add transparent navbar
This commit is contained in:
parent
d41d4636c5
commit
c3b068d70a
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ nav {
|
||||||
background-color: var(--background-color) !important;
|
background-color: var(--background-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav.transparent {
|
||||||
|
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