Browse Source
Change codeblocks to use the primary background color inside quotes.
merge-requests/89/head
Bauke
5 years ago
No known key found for this signature in database
GPG Key ID: C1C0F29952BCF558
1 changed files with
5 additions and
0 deletions
-
tildes/scss/themes/_theme_base.scss
|
@ -70,6 +70,11 @@ |
|
|
blockquote { |
|
|
blockquote { |
|
|
border-color: map-get($theme, "foreground-highlight"); |
|
|
border-color: map-get($theme, "foreground-highlight"); |
|
|
background-color: map-get($theme, "background-secondary"); |
|
|
background-color: map-get($theme, "background-secondary"); |
|
|
|
|
|
|
|
|
|
|
|
code, |
|
|
|
|
|
pre { |
|
|
|
|
|
background-color: map-get($theme, "background-primary"); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
code, |
|
|
code, |
|
|