api接口修改

This commit is contained in:
结发受长生
2019-09-07 20:39:35 +08:00
parent a8f51e2e00
commit 74b5b07498
5 changed files with 37 additions and 35 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
margin: 0 30px;
padding-right: 60px;
border-bottom: 1px solid #eee;
background: $colorBg;
background: adjust-color($colorBg, $alpha: -0.2);
@extend %trans;
&:first-child{
margin-top: 30px;
+1 -1
View File
@@ -76,7 +76,7 @@ body.night {
}
// 归档列表
.archives-wrap {
background: $articleBg_night;
background: adjust-color($articleBg_night, $alpha: -0.2);
border-bottom-color: $borderColor_night;
.archive-article {
border-color: $borderColor_night;