mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-03-22 00:16:18 +00:00
add !important to dark mode background gradient for consistency
This commit is contained in:
@@ -63,7 +63,7 @@ body.layout-boxed .wrapper {
|
||||
|
||||
/* ── Dark mode ── */
|
||||
body.dark-mode.layout-boxed {
|
||||
background: radial-gradient(circle at center, #1c2025 0%, #272c31 60%, #2d3238 100%);
|
||||
background: radial-gradient(circle at center, #1c2025 0%, #272c31 60%, #2d3238 100%) !important;
|
||||
}
|
||||
body.dark-mode.layout-boxed .wrapper {
|
||||
background-color: #343a40;
|
||||
|
||||
Reference in New Issue
Block a user