fix modals not being in dark mode

This commit is contained in:
2026-05-05 10:34:05 -04:00
parent 1e7c95f402
commit f27dee5302
2 changed files with 50 additions and 8 deletions

View File

@@ -446,6 +446,14 @@ footer {
--shadow-color: rgba(255,20,147,0.15);
--shadow-lg-color: rgba(255,20,147,0.2);
--hero-overlay: rgba(13,13,13,0.3);
--white: #16213e;
--pink-100: #2a1a2e;
--pink-200: #3a2a3e;
--pink-300: #e91082;
--pink-500: #ff69b4;
--pink-600: #ffb6d9;
--pink-700: #ffa8c8;
--pink-900: #ffcce0;
}
[data-theme="dark"] body {