From 3239f380237e6fbae31b3d9aac21c3bda6e07895 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Tue, 26 Sep 2017 18:37:31 +0200 Subject: [PATCH] Changed blockquote color --- ui/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/css/theme.css b/ui/css/theme.css index b8e24c9..c00e7f3 100644 --- a/ui/css/theme.css +++ b/ui/css/theme.css @@ -43,7 +43,7 @@ article { article blockquote { background-color: rgba(34, 187, 255, 0.125); border-color: #4bf; - color: #cde; + color: #4bf; } .page-list {