rename selector

This commit is contained in:
Mahendrata Harpi
2020-05-23 03:41:55 +07:00
parent 824cf25aa8
commit 2e9fa9bdf1

View File

@@ -124,11 +124,11 @@ body[data-theme="dark"] {
.navbar { .navbar {
border-color: $dark-light; border-color: $dark-light;
.menu { .menu {
a#mood { a#mode {
.mood-sunny { .mode-sunny {
display: block; display: block;
} }
.mood-moon { .mode-moon {
display: none; display: none;
} }
} }
@@ -220,7 +220,7 @@ body[data-theme="dark"] {
} }
// 404 Page // 404 Page
.wrapper.not-found { .not-found {
.title { .title {
color: $dark-white; color: $dark-white;
text-shadow: 1px 0px 0px $dark-text-link-blue; text-shadow: 1px 0px 0px $dark-text-link-blue;