chore(style): update code style

This commit is contained in:
Dillon
2020-01-31 22:53:04 +08:00
parent 344f0a9f41
commit 2a7611b5ae
36 changed files with 1204 additions and 970 deletions

View File

@@ -32,10 +32,10 @@
&.active {
font-weight: 900;
color: $navbar-active-color;
color: $navbar-hover-color;
.dark-theme & {
color: $navbar-active-color-dark;
color: $navbar-hover-color-dark;
}
}
}