From 35c26ea8ae41bb6a51acef03e9d31d24be7d03f8 Mon Sep 17 00:00:00 2001 From: Aidan Gauland Date: Sun, 15 Apr 2018 21:42:10 +1200 Subject: [PATCH] Lighten
in dark theme For the dark theme only, override the colour from gfm.css for markdown blockquotes with a lighter grey. Fixes vector-im/riot-web#5154 --- src/skins/vector/css/themes/_dark.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/skins/vector/css/themes/_dark.scss b/src/skins/vector/css/themes/_dark.scss index 31773ebd09d..3be8e01d902 100644 --- a/src/skins/vector/css/themes/_dark.scss +++ b/src/skins/vector/css/themes/_dark.scss @@ -196,6 +196,10 @@ $progressbar-color: #000; background-color: #080808; } } + + blockquote { + color: #999999 + } } // Add a line to the right side of the left panel to distinguish it from the middle panel