Remove background from blockquotes
This looks odd in dark mode, and isn't super necessary anyway
This commit is contained in:
parent
67b2c05a99
commit
66ea6c2b1a
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ $dropdown-content-offset: 0;
|
||||||
$primary: #e85537;
|
$primary: #e85537;
|
||||||
$link: $primary;
|
$link: $primary;
|
||||||
$dark: #17181c;
|
$dark: #17181c;
|
||||||
|
$content-blockquote-background-color: transparent;
|
||||||
|
|
||||||
// Navbar overrides
|
// Navbar overrides
|
||||||
$navbar-item-color: $grey-light;
|
$navbar-item-color: $grey-light;
|
||||||
|
|
Loading…
Reference in a new issue