From 4d5943325e780b3ce45eea19ffa7eee5c7796f22 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 01:03:47 +0200 Subject: [PATCH] Remove entire .action-btn styling block --- settings.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/settings.html b/settings.html index e1c638b..c207f36 100644 --- a/settings.html +++ b/settings.html @@ -102,16 +102,6 @@ margin-left: 0.8rem; } /* Buttons */ - .action-btn { - font-size: 1rem; - font-weight: 600; - transition: background 0.18s, color 0.18s; - background: var(--bg-sidebar); - color: var(--accent); - box-shadow: 0 1px 4px rgba(0,0,0,0.03); - } - .action-btn .icon-left { margin: 0.2em; } - button{ border-radius: 8px; padding: 0.5em 1.2em;