From 033e70750d10aabcbf19deaa9f0a0abe312ff076 Mon Sep 17 00:00:00 2001 From: Riedler Date: Wed, 17 Aug 2022 21:24:04 +0200 Subject: [PATCH] fixed postcard excerpts being black on black when prefers-color-scheme:dark --- themes/hugo-casper3/assets/scss/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hugo-casper3/assets/scss/main.scss b/themes/hugo-casper3/assets/scss/main.scss index b12ba76..2896c9c 100644 --- a/themes/hugo-casper3/assets/scss/main.scss +++ b/themes/hugo-casper3/assets/scss/main.scss @@ -2452,7 +2452,7 @@ body{ color:#e5e5e5 } .post-card-excerpt{ - color:#000000 + color:#e5e5e5 } .author-avatar,.static-avatar{ border-color:#191b1f