mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Fixed dark mode aside bg color
This commit is contained in:
parent
0facb1ebd1
commit
dbd2f949cc
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue