minivaline v6 dark

This commit is contained in:
MHuiG 2021-04-19 18:54:39 +08:00
parent 38e99de4fb
commit c5f8d5d058
No known key found for this signature in database
GPG Key ID: BA16368BD4C4169C

View File

@ -29,28 +29,12 @@
--ohhho-color-text: #fff; --ohhho-color-text: #fff;
--ohhho-color-card: #252d38; --ohhho-color-card: #252d38;
--ohhho-color-block: rgba(68, 68, 68, 0.65); --ohhho-color-block: rgba(68, 68, 68, 0.65);
} --ohhho-expand-before-background: linear-gradient(
.darkmode
.ohhho
.vlist
.vcard
.vcomment-body
.text-wrapper
.vcomment.expand:before {
background: linear-gradient(
180deg, 180deg,
rgba(246, 246, 246, 0), rgba(246, 246, 246, 0),
rgba(0, 0, 0, 0.9) rgba(0, 0, 0, 0.9)
); );
} --ohhho-expand-after-background: rgba(0, 0, 0, 0.9);
.darkmode
.ohhho
.vlist
.vcard
.vcomment-body
.text-wrapper
.vcomment.expand:after {
background: rgba(0, 0, 0, 0.9);
} }
.darkmode .ohhho pre { .darkmode .ohhho pre {
background: #888; background: #888;