🌱 角色 wiki 命座样式优化,技能样式草创

This commit is contained in:
BTMuli
2023-12-19 18:10:03 +08:00
parent 1d4621843a
commit a04bdee7cb
3 changed files with 77 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ function parseDesc(desc: string): string {
.twc-constellations-box {
display: flex;
flex-direction: column;
row-gap: 5px;
row-gap: 10px;
}
.twc-constellations-title {
@@ -67,9 +67,11 @@ function parseDesc(desc: string): string {
.twc-constellation-top img {
width: 30px;
height: 30px;
padding: 2px;
border-radius: 5px;
background: var(--common-shadow-4);
filter: brightness(0.25);
}
.dark .twc-constellation-top img {
filter: brightness(0.75);
}
.twc-constellation-top span {