💄 配色变更

This commit is contained in:
BTMuli
2023-06-28 22:06:50 +08:00
parent 3f5b7a370e
commit 2bf0b2db95
2 changed files with 3 additions and 1 deletions

View File

@@ -517,6 +517,7 @@ async function searchPost() {
.news-card-title {
position: relative;
height: 50px;
color: var(--common-text-title);
transition: padding-top 0.3s linear, padding-bottom 0.3s linear, background 0.3s linear,
font-size 0.3s linear, line-height 0.3s linear, white-space 0.3s linear;
}
@@ -546,6 +547,7 @@ async function searchPost() {
max-width: 200px;
height: 50px;
align-items: center;
color: var(--common-text-content);
}
.ncu-left {