Fixed dark mode aside bg color

This commit is contained in:
Random Penguin 2025-02-22 20:53:00 +00:00
parent 0facb1ebd1
commit dbd2f949cc

View file

@ -4033,6 +4033,9 @@ a.tag.label,
#mention-link span:last-of-type { #mention-link span:last-of-type {
margin-right: 42px; margin-right: 42px;
} }
aside {
background-color: var(--background-color);
}
.offcanvas-right-overlay, .offcanvas-right-overlay,
aside::before { aside::before {
background-color: rgba(0, 0, 0, 0.4); background-color: rgba(0, 0, 0, 0.4);