功能适配与界面调整若干

This commit is contained in:
2020-09-03 13:50:43 +08:00
parent cb647745f4
commit 99f99d39f7
12 changed files with 91 additions and 86 deletions

View File

@@ -254,7 +254,7 @@
color: white;
}
.box-header-tag {
.box-header-cw {
color: white;
background-color: #00c;
font-weight: bold;
@@ -263,7 +263,16 @@
padding: 0 .25em;
}
.root-dark-mode .box-header-tag {
.box-header-name {
color: white;
background-color: #3338;
font-weight: bold;
border-radius: 5px;
margin-right: .5em;
padding: .1em .5em;
}
.root-dark-mode .box-header-cw {
background-color: #00a;
}
@@ -282,4 +291,4 @@
float: right;
padding: 0 .5em;
opacity: .4;
}
}