dark mode on load

This commit is contained in:
2025-09-21 16:25:57 +02:00
parent a5a608958a
commit abf66e0bf9
3 changed files with 22 additions and 9 deletions
+7 -1
View File
@@ -118,7 +118,13 @@ footer {
}
[data-bs-theme="dark"] .dark-mode-toggle {
color: #dba50e;
color: #ab810e;
background-color: #adb5bd;
}
[data-bs-theme="light"] .dark-mode-toggle {
color: var(--bs-body-bg);
background-color: #495057;
}
[data-bs-theme="dark"] .btn-outline-dark {