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:
Andreas Dieckmann
2023-04-01 13:51:20 +02:00
committed by GitHub
parent 2210bf20b3
commit 6768482ff5

View File

@ -30,7 +30,7 @@
}
.list {
background: var(--code-bg);
background: var(--theme);
}
.dark.list {