set navigation bar color to text color

This commit is contained in:
buzz-lightsnack-2007 2024-05-25 11:52:23 +08:00
parent 4635f40651
commit b6ad4f7ca6

View file

@ -21,4 +21,8 @@ nav#header {
nav .input-field input[type="search"], textarea {
color: var(--font-color-main) !important;
}
}
nav .brand-logo {
color: var(--font-color-main) !important;
}