🚚 重命名&美化

This commit is contained in:
BTMuli
2023-06-26 14:48:37 +08:00
parent 6b67953cfe
commit ff293d0006
19 changed files with 71 additions and 69 deletions

View File

@@ -117,7 +117,7 @@ function getTheme() {
width: 100%;
border-radius: 5px;
padding: 10px;
box-shadow: 0 0 10px var(--common-bg-4);
box-shadow: 0 0 10px var(--common-shadow-4);
}
.ur-top {
@@ -133,13 +133,13 @@ function getTheme() {
font-family: var(--font-title);
font-size: 20px;
margin-right: 10px;
color: var(--common-text);
color: var(--common-text-title);
}
.ur-top-btn {
font-family: var(--font-text);
border-radius: 5px;
background: var(--common-bg-2);
background: var(--common-shadow-2);
color: var(--common-color-white);
margin-left: 15px;
}