pref: debug toolbar 太费时间 先禁用 (#8528)

* perf: 修改主题色

* pref: debug toolbar 太费时间 先禁用

* perf: 修改颜色

* perf: 优化 interface

* perf: 修改 avartar

* perf: css color

Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
fit2bot
2022-07-05 14:43:56 +08:00
committed by GitHub
parent bbcf992531
commit 001e5d857f
30 changed files with 192 additions and 509 deletions

View File

@@ -41,7 +41,7 @@ header div:nth-child(2){
padding-top: 20px;
}
header div:nth-child(2) a:hover{
color:#1ab394;
color:var(--primary-color);
}
/*article样式*/
@@ -49,7 +49,7 @@ article{
padding-top: 50px;
padding:50px 370px
}
article ul{
article ul{
float: left;
position: relative;
left: 50%;
@@ -81,14 +81,14 @@ article ul li:last-child{
margin-left:-15px;
}
.active{
color:#1ab394;
color:var(--primary-color);
}
.clearfix:after {
content:"";
height:0;
visibility:hidden;
display:block;
clear:both;
content:"";
height:0;
visibility:hidden;
display:block;
clear:both;
}
.verify{
text-align: center;
@@ -131,7 +131,7 @@ article ul li:last-child{
display: block;
width: 214px;
line-height: 34px;
background: #1ab394;
background: var(--primary-color);
text-align: center;
border-radius: 6px;
color: white;
@@ -147,4 +147,4 @@ footer{
text-align:center;
font-size: 14px;
color: #1a1a1a;
}
}