api接口修改
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user