feat: support dark and light mode images (#481)

This commit is contained in:
Cotes Chung 2022-12-20 00:57:53 +08:00
parent ed6dc539ef
commit 9306c7b39e
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
2 changed files with 8 additions and 0 deletions

View File

@ -109,6 +109,10 @@
}
}
.light {
display: none;
}
hr {
border-color: var(--main-border-color);
}

View File

@ -89,6 +89,10 @@
--link-underline-color: rgb(219, 216, 216);
}
.dark {
display: none;
}
/* Categories */
--categories-hover-bg: var(--btn-border-color);
--categories-icon-hover-color: darkslategray;