💄 调整角色 overlay 样式,修复一些报错

This commit is contained in:
BTMuli
2023-09-05 16:54:21 +08:00
parent 472459205c
commit e33f824cec
8 changed files with 132 additions and 104 deletions

View File

@@ -56,11 +56,12 @@ function parseDesc(desc: string): string {
align-items: start;
justify-content: space-around;
margin-left: 5px;
color: var(--tgc-dark-1);
}
.tuc-ddc-top {
height: 20px;
color: var(--common-color-blue-2);
color: var(--tgc-blue-1);
}
.tuc-ddc-bottom {
@@ -72,6 +73,6 @@ function parseDesc(desc: string): string {
}
.tuc-ddc-bottom :nth-child(3) {
color: var(--common-color-yellow);
color: var(--tgc-yellow-1);
}
</style>