add or revise navbar colors
This commit is contained in:
parent
5f36c5ad99
commit
124a5acf53
1 changed files with 25 additions and 0 deletions
25
styles/colors/all.navbar.css
Normal file
25
styles/colors/all.navbar.css
Normal file
|
@ -0,0 +1,25 @@
|
|||
nav {
|
||||
background-color: var(--background-color) !important;
|
||||
}
|
||||
|
||||
nav:not(#header) .brand-logo, nav:not(#header) ul:not(.dropdown-content) > li > a {
|
||||
color: var(--font-color-main) !important;
|
||||
}
|
||||
|
||||
nav.transparent {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
|
||||
nav#header {
|
||||
background: linear-gradient(
|
||||
335deg,
|
||||
var(--primary-color-dark) 0%,
|
||||
var(--primary-color) 62%,
|
||||
var(--primary-color-raised-hover-solid) 100%
|
||||
);
|
||||
}
|
||||
|
||||
nav .input-field input[type="search"], textarea {
|
||||
color: var(--font-color-main) !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue