18 lines
288 B
SCSS
18 lines
288 B
SCSS
[data-theme-version="transparent"] {
|
|
.nav-header,
|
|
.nav-control {
|
|
background-color: rgba(0,0,0,0.15)!important;
|
|
}
|
|
|
|
.nav-control {
|
|
color: $white;
|
|
}
|
|
|
|
.brand-logo {
|
|
color: $white;
|
|
|
|
&:hover {
|
|
color: $white;
|
|
}
|
|
}
|
|
} |