移动端夜间模式调整

This commit is contained in:
结发受长生
2019-05-08 23:25:08 +08:00
parent f64ec5dc6d
commit 1a915a94cb
3 changed files with 9 additions and 11 deletions
@@ -20,7 +20,6 @@
.header-author {
text-align: center;
margin: 0.67em 0;
font-family: Roboto, "Roboto", serif;
font-size: 30px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
+8 -8
View File
@@ -45,15 +45,15 @@ body.night {
// 左侧栏
.left-col {
background: $articleBg_night;
.overlay {
background: none;
}
.profilepic { // 头像
filter: brightness(30%);
}
}
// 看板娘
.waifu {
#mobile-nav {
background: none;
}
.overlay {
background: none;
}
// 头像 看板娘
.profilepic, .waifu {
filter: brightness(30%);
}
// 评论