diff --git a/settings.html b/settings.html index 2b41dd2..e1c638b 100644 --- a/settings.html +++ b/settings.html @@ -105,7 +105,6 @@ .action-btn { font-size: 1rem; font-weight: 600; - border-radius: 8px; transition: background 0.18s, color 0.18s; background: var(--bg-sidebar); color: var(--accent); @@ -114,6 +113,7 @@ .action-btn .icon-left { margin: 0.2em; } button{ + border-radius: 8px; padding: 0.5em 1.2em; display: flex; align-items: center;