From 5e59adbe072d62c7bdaf9f68e1908c15701e58cf Mon Sep 17 00:00:00 2001 From: Steven Engler Date: Wed, 18 Sep 2019 18:23:32 -0400 Subject: [PATCH] Minor change to dark theme background color --- static/css/themes/dark.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/themes/dark.css b/static/css/themes/dark.css index 95c6458..687f3ac 100644 --- a/static/css/themes/dark.css +++ b/static/css/themes/dark.css @@ -19,7 +19,7 @@ a > code { body { color: rgb(210, 210, 210); - background-color: rgb(25, 25, 25); + background-color: rgb(27, 27, 27); } blockquote { @@ -39,7 +39,7 @@ figure.color-adapting-image img { } .main { - background-color: rgb(12, 12, 12); + background-color: rgb(14, 14, 14); box-shadow: none; }