diff --git a/src/pages/settings.htm b/src/pages/settings.htm index 0eb2611..dc0bfb8 100644 --- a/src/pages/settings.htm +++ b/src/pages/settings.htm @@ -1,7 +1,7 @@ - + @@ -51,7 +51,7 @@ - +
diff --git a/src/styles/colors/all.forms.css b/src/styles/colors/all.forms.css index 17c1840..0cf8086 100644 --- a/src/styles/colors/all.forms.css +++ b/src/styles/colors/all.forms.css @@ -1,16 +1,11 @@ .input-field input, .input-field textarea { - background-color: var(--input-color) !important; + background-color: var(--input-color) !important; } .btn:not([disabled]) { - background-color: var(--secondary-color) !important; -} - -.btn[role="primary"]:not([disabled]), .btn-floating:not([disabled]) { background-color: var(--primary-color) !important; } nav ul:not(.dropdown-content) > li > a:hover:not(.active) { background-color: var(--hover-color) !important; } -