From 37a2d299df9a05cd8437a2b040f484334321d832 Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Fri, 12 Jun 2020 16:05:00 +0200 Subject: css: Set the blockquote foreground colour explicitly This element's foreground colour is inherited from the root element. Since we use a special background colour here, make sure to explicitly set the foreground colour in conjunction. --- scss/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/style.scss b/scss/style.scss index a190987..2d6c6ce 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -90,6 +90,7 @@ pre.indent { blockquote { background-color: var(--bg-color-canary); + color: var(--fg-color-canary); padding: .7rem; } -- cgit v1.2.3-2-gb3c3