From 881c0f406b8d33e1deddbfd6c6b36c37c5a09070 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 15 Nov 2019 14:09:01 +0100 Subject: Do not lighten blockquote font color It is confusing to have blockquote content displayed with a lighter font color. Usually, quotes are important to the text while reducing the contrast may hint a user it is not. In my case, I usually skip the content of the blockquote as it was some additional note in the text. Without the color change, the blockquote is still indented differently, with the vertical bar. It should be enough for a user to identify it as a quote. --- ui/static/css/common.css | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/static/css/common.css') diff --git a/ui/static/css/common.css b/ui/static/css/common.css index a17a48f..7fa8b32 100644 --- a/ui/static/css/common.css +++ b/ui/static/css/common.css @@ -824,7 +824,6 @@ article.feed-parsing-error { margin-left: 20px; margin-top: 20px; margin-bottom: 20px; - color: #888; line-height: 1.4em; font-family: var(--entry-content-quote-font-family); } -- cgit v1.2.3