dark mode on load
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user