update darkmode
This commit is contained in:
parent
38d5c2cab1
commit
d736381beb
2 changed files with 5 additions and 10 deletions
|
@ -223,7 +223,7 @@
|
|||
}
|
||||
|
||||
.show-more {
|
||||
color: var(--color-accent-dark);
|
||||
color: black;
|
||||
font-style: italic;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
|
|
|
@ -1938,16 +1938,11 @@ noscript #noscript {
|
|||
border-bottom-color: rgb(140, 130, 115);
|
||||
color: rgb(232, 230, 227);
|
||||
}
|
||||
.pre-expand-blog::before {
|
||||
background-image: -webkit-linear-gradient(bottom,
|
||||
rgb(96, 104, 108),
|
||||
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);
|
||||
.show-more {
|
||||
color: white;
|
||||
background: linear-gradient(rgba(24, 26, 27, 0) 1%, rgb(31, 33, 35) 95%, rgb(31, 33, 35) 100%);
|
||||
}
|
||||
|
||||
@media (min-width: 800px) {
|
||||
.blog-box {
|
||||
border-left-color: rgb(60, 65, 68);
|
||||
|
|
Loading…
Reference in a new issue