Change codeblocks to use the primary background color inside quotes.

This commit is contained in:
Bauke
2020-01-29 14:05:36 +01:00
parent 078ca207f9
commit 2e5546d999

View File

@@ -70,6 +70,11 @@
blockquote {
border-color: map-get($theme, "foreground-highlight");
background-color: map-get($theme, "background-secondary");
code,
pre {
background-color: map-get($theme, "background-primary");
}
}
code,