set navigation bar color to text color
This commit is contained in:
parent
4635f40651
commit
b6ad4f7ca6
1 changed files with 5 additions and 1 deletions
|
@ -21,4 +21,8 @@ nav#header {
|
||||||
|
|
||||||
nav .input-field input[type="search"], textarea {
|
nav .input-field input[type="search"], textarea {
|
||||||
color: var(--font-color-main) !important;
|
color: var(--font-color-main) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav .brand-logo {
|
||||||
|
color: var(--font-color-main) !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue