From 331deb1d91d62cbaa89062faf18fcf28ab97a18e Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Tue, 17 Mar 2026 15:49:18 -0300 Subject: [PATCH] add !important to dark mode background gradient for consistency --- static_files/custom_styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static_files/custom_styles.css b/static_files/custom_styles.css index 8f55a99..8556993 100644 --- a/static_files/custom_styles.css +++ b/static_files/custom_styles.css @@ -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;