From e8ea230e8831f8cd3348edb40490124c7a5bece5 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 01:02:34 +0200 Subject: [PATCH] Simplify and consolidate styling for buttons in settings.html --- settings.html | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/settings.html b/settings.html index 9b73a43..b91dc78 100644 --- a/settings.html +++ b/settings.html @@ -102,24 +102,12 @@ margin-left: 0.8rem; } /* Buttons */ - .action-btn { + button{ display: flex; align-items: center; gap: 0.5em; - padding: 0.5em 1.2em; - font-size: 1rem; - font-weight: 600; border: none; - border-radius: 8px; cursor: pointer; - 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{ background: var(--bg-sidebar); color: var(--accent); }