🐛 fix dark mode invalidation

This commit is contained in:
landaiqing
2024-10-22 11:51:31 +08:00
parent 36b78417de
commit 12160bb1b5
32 changed files with 856 additions and 739 deletions

View File

@@ -119,9 +119,6 @@ body {
z-index: 1;
width: 2000px;
height: 100%;
//background: url("https://www.digitalocean.com/assets/media/products/header-04dcc3be.svg");
//background-position: bottom;
//background-repeat: no-repeat;
content: "";
transform: translateX(-50%);
}

View File

@@ -22,7 +22,7 @@
.comment-action-item {
cursor: pointer;
color: #767779;
color: var(--comment-text-color);
.comment-emoji-item {
display: flex;
@@ -33,7 +33,7 @@
.comment-action-icon {
font-size: 14px;
color: #767779;
color: var(--comment-text-color);
}
.comment-action-icon:hover {

View File

@@ -37,12 +37,12 @@
.reply-ip {
font-size: 12px;
color: #767779;
color: var(--comment-text-color);
}
.reply-time {
font-size: 12px;
color: #767779;
color: var(--comment-text-color);
}
.reply-card {
@@ -61,14 +61,14 @@
.reply-action-btn {
font-size: 13px;
color: #767779;
color: var(--comment-text-color);
cursor: pointer;
}
.reply-action-icon {
font-size: 14px;
color: #767779;
color: var(--comment-text-color);
cursor: pointer;
}
@@ -90,7 +90,7 @@
.reply-action-icon-number {
font-size: 12px;
cursor: pointer;
color: #767779;
color: var(--comment-text-color);
}
}
@@ -99,7 +99,7 @@
.reply-action-btn {
font-size: 15px;
color: #767779;
color: var(--comment-text-color);
cursor: pointer;
}
@@ -111,7 +111,7 @@
.reply-action-info {
font-size: 10px;
color: #767779;
color: var(--comment-text-color);
cursor: pointer;
}
}

View File

@@ -3,18 +3,18 @@
.reply-input-title {
font-size: 13px;
color: #767779;
color: var(--comment-text-color);
}
.reply-input-author {
font-size: 13px;
color: #767779;
color: var(--comment-text-color);
}
.reply-input-cancel {
margin-left: 10px;
font-size: 13px;
color: #767779;
color: var(--comment-text-color);
cursor: pointer;
}
@@ -33,11 +33,11 @@
.comment-action-item-reply {
cursor: pointer;
color: #767779;
color: var(--comment-text-color);
.comment-action-icon-reply {
font-size: 14px;
color: #767779;
color: var(--comment-text-color);
}
.comment-action-icon-reply:hover {

View File

@@ -1,7 +1,7 @@
.reply-item-child {
margin-top: 10px;
border-radius: 10px;
background-color: #f5f5f5;
background-color: var(--background-color);
padding: 10px;
.reply-pagination-child {
@@ -15,7 +15,7 @@
.reply-at {
font-size: 14px;
color: #767779;
color: var(--comment-text-color);
cursor: pointer;
}
@@ -38,12 +38,12 @@
.reply-ip-child {
font-size: 12px;
color: #767779;
color: var(--comment-text-color);
}
.reply-time-child {
font-size: 12px;
color: #767779;
color: var(--comment-text-color);
}
.reply-card-child {
@@ -54,13 +54,13 @@
.reply-action-btn-child {
font-size: 13px;
color: #767779;
color: var(--comment-text-color);
cursor: pointer;
}
.reply-action-icon-child {
font-size: 14px;
color: #767779;
color: var(--comment-text-color);
cursor: pointer;
}
@@ -82,7 +82,7 @@
.reply-action-icon-number-child {
font-size: 12px;
cursor: pointer;
color: #767779;
color: var(--comment-text-color);
}
}
@@ -92,7 +92,7 @@
.reply-action-btn-child {
font-size: 15px;
color: #767779;
color: var(--comment-text-color);
cursor: pointer;
}
@@ -104,7 +104,7 @@
.reply-action-info-child {
font-size: 10px;
color: #767779;
color: var(--comment-text-color);
cursor: pointer;
}
}

View File

@@ -3,18 +3,18 @@
.reply-input-title-child {
font-size: 13px;
color: #767779;
color: var(--comment-text-color);
}
.reply-input-author-child {
font-size: 13px;
color: #767779;
color: var(--comment-text-color);
}
.reply-input-cancel-child {
margin-left: 10px;
font-size: 13px;
color: #767779;
color: var(--comment-text-color);
cursor: pointer;
}
@@ -33,11 +33,11 @@
.comment-action-item-reply-child {
cursor: pointer;
color: #767779;
color: var(--comment-text-color);
.comment-action-icon-reply-child {
font-size: 14px;
color: #767779;
color: var(--comment-text-color);
}
.comment-action-icon-reply-child:hover {