mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-15 09:48:14 +08:00
💄 配色变更
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user