From 798ae66da8abe07d01dc7e7b7c336471da028838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 25 Jul 2021 13:27:06 +0200 Subject: [PATCH] theme: adjust blockquote contrast #27 Make blockquote bar background transparent for nicer visual in notice box --- static/css/theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index 158724b261..706a91f0dc 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -462,16 +462,16 @@ h1 { font-weight: 200; } blockquote { - border-left: 10px solid #F0F2F4; + border-left: 10px solid rgba(0, 8, 16, 0.2); } blockquote p { font-size: 1.1rem; - color: #999; + color: #56585d; } blockquote cite { display: block; text-align: right; - color: #666; + color: #222; font-size: 1.2rem; } div.notices {