💄 战绩页面样式优化

This commit is contained in:
BTMuli
2023-06-14 22:34:56 +08:00
parent 9ea4b63e96
commit a4b8dfe8c6
7 changed files with 33 additions and 15 deletions

View File

@@ -161,8 +161,7 @@ function getTheme () {
font-family: var(--font-title);
font-size: 20px;
margin-right: 10px;
color: var(--common-color-white);
text-shadow: 0 0 10px rgb(0 0 0 / 60%);
color: var(--common-text);
}
.ur-top-btn {
@@ -170,7 +169,6 @@ function getTheme () {
border-radius: 5px;
background: var(--common-bg-2);
color: var(--common-color-white);
text-shadow: 0 0 10px rgb(0 0 0 / 40%);
margin-left: 15px;
}