changed nav bar color to differentiate with body

This commit is contained in:
mik-tf 2024-09-13 11:37:48 -04:00
parent 48eb815f52
commit 75561b3d22

View File

@ -9,7 +9,7 @@
} }
[data-theme="dark"] { [data-theme="dark"] {
--nav-background: #1a1e24; --nav-background: #3c4149b9;
--nav-text: #e0e0e0; --nav-text: #e0e0e0;
--nav-hover: #4dabf7; --nav-hover: #4dabf7;
--nav-input-border: #495057; --nav-input-border: #495057;