diff --git a/settings/index.css b/settings/index.css index b3ee35f..fdd8108 100644 --- a/settings/index.css +++ b/settings/index.css @@ -248,8 +248,6 @@ h2 { .custom-themes-section { margin-top: 16px; - padding-top: 16px; - border-top: 1px solid var(--border-border, var(--text-teritary)); } .custom-themes-header { @@ -262,7 +260,13 @@ h2 { color: var(--text-primary); } -.add-theme-btn { +.custom-themes-buttons { + display: flex; + gap: 8px; + align-items: center; +} + +.theme-btn { display: flex; align-items: center; justify-content: center; @@ -276,7 +280,7 @@ h2 { transition: all 0.2s ease; } -.add-theme-btn:hover { +.theme-btn:hover { background: var(--accent-accent); color: var(--button-secondaryFill); } diff --git a/settings/index.html b/settings/index.html index b043de6..c899a80 100644 --- a/settings/index.html +++ b/settings/index.html @@ -55,9 +55,14 @@
Illeszd be a téma kódot:
- +