💄 配色变更

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

@@ -24,7 +24,7 @@ html.dark {
--common-btn-bgt-2: #ece5d8; /* button 背景色对应的文本色 */
/* text */
--common-text-title: var(--common-color-white); /* title */
--common-text-title: #f9e9cd; /* title,米色 */
--common-text-content: var(--common-color-white); /* text */
--common-text-quote: var(--common-color-grey); /* quote */

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 {