细节调整

This commit is contained in:
kron
2025-06-30 17:28:21 +08:00
parent 36b9e23f20
commit bd92c7c183
2 changed files with 3 additions and 3 deletions

View File

@@ -96,8 +96,8 @@ onLoad(async (options) => {
width: 100%;
text-align: center;
}
.desc > text:nth-child(2),
.desc > text:nth-child(4) {
.desc > text:nth-child(1),
.desc > text:nth-child(3) {
color: #fed847;
}
</style>