feat: support dark and light mode images (#481)
This commit is contained in:
parent
ed6dc539ef
commit
9306c7b39e
2 changed files with 8 additions and 0 deletions
|
@ -109,6 +109,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.light {
|
||||
display: none;
|
||||
}
|
||||
|
||||
hr {
|
||||
border-color: var(--main-border-color);
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue