use the appropriate navigation bar text color
Adapt based on text color
This commit is contained in:
parent
92edf23139
commit
a18d2f1bcc
1 changed files with 5 additions and 0 deletions
|
@ -24,10 +24,15 @@ nav {
|
||||||
background-color: var(--background-color) !important;
|
background-color: var(--background-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav .brand-logo, nav ul:not(.dropdown-content) > li > a {
|
||||||
|
color: var(--font-color-main) !important;
|
||||||
|
}
|
||||||
|
|
||||||
nav.transparent {
|
nav.transparent {
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
nav#header {
|
nav#header {
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
335deg,
|
335deg,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue