mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-17 14:59:11 +02:00
Change codeblocks to use the primary background color inside quotes.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user