Bugfix: Use --theme variable for .list instead of --code-bg
Currently --code-bg controls the background color of the main page/list pages. Individual content pages have the correct color from --theme. This commit fixes that issue.
This commit is contained in:
parent
2210bf20b3
commit
6768482ff5
@ -30,7 +30,7 @@
|
||||
}
|
||||
|
||||
.list {
|
||||
background: var(--code-bg);
|
||||
background: var(--theme);
|
||||
}
|
||||
|
||||
.dark.list {
|
||||
|
Loading…
x
Reference in New Issue
Block a user