update darkmode

This commit is contained in:
zhaospei 2023-02-05 20:22:17 +07:00
parent 38d5c2cab1
commit d736381beb
2 changed files with 5 additions and 10 deletions

View file

@ -223,7 +223,7 @@
} }
.show-more { .show-more {
color: var(--color-accent-dark); color: black;
font-style: italic; font-style: italic;
font-size: 16px; font-size: 16px;
font-weight: 700; font-weight: 700;

View file

@ -1938,16 +1938,11 @@ noscript #noscript {
border-bottom-color: rgb(140, 130, 115); border-bottom-color: rgb(140, 130, 115);
color: rgb(232, 230, 227); color: rgb(232, 230, 227);
} }
.pre-expand-blog::before { .show-more {
background-image: -webkit-linear-gradient(bottom, color: white;
rgb(96, 104, 108), background: linear-gradient(rgba(24, 26, 27, 0) 1%, rgb(31, 33, 35) 95%, rgb(31, 33, 35) 100%);
rgb(49, 53, 55) 3%,
rgba(0, 0, 0, 0) 8%,
rgba(0, 0, 0, 0) 100%);
}
.pre-expand-blog:hover {
background-color: rgb(31, 33, 35);
} }
@media (min-width: 800px) { @media (min-width: 800px) {
.blog-box { .blog-box {
border-left-color: rgb(60, 65, 68); border-left-color: rgb(60, 65, 68);