Remove background from blockquotes

This looks odd in dark mode, and isn't super necessary anyway
This commit is contained in:
Jake Howard 2022-09-19 15:25:48 +01:00
parent 67b2c05a99
commit 66ea6c2b1a
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -8,6 +8,7 @@ $dropdown-content-offset: 0;
$primary: #e85537;
$link: $primary;
$dark: #17181c;
$content-blockquote-background-color: transparent;
// Navbar overrides
$navbar-item-color: $grey-light;