feat(style): improve style for header and image

This commit is contained in:
Dillon
2020-03-09 22:19:14 +08:00
parent 9b4f4df6a5
commit 26727fd193
7 changed files with 22 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ header {
font-weight: bold;
}
.select-language {
.language-select {
font-weight: $global-font-weight;
border: none;
box-shadow: none;
@@ -32,6 +32,10 @@ header {
cursor: pointer;
}
}
.theme-switch i {
transform: rotate(225deg);
}
}
#header-desktop {