add !important to dark mode background gradient for consistency

This commit is contained in:
Eduardo Silva
2026-03-17 15:49:18 -03:00
parent 8435d5edcb
commit 331deb1d91

View File

@@ -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;