2022-04-13 13:51:55 +07:00

18 lines
259 B
SCSS

[data-theme-version="dark"] {
.nav-header,
.nav-control {
background-color:$d-bg;
}
.nav-control {
color: $white;
}
.brand-logo {
color: $white;
&:hover {
color: $white;
}
}
}