From 6c9670a80063426caca2416aac0163f5e6d34fcb Mon Sep 17 00:00:00 2001 From: Byron Torres <43079131+torresjrjr@users.noreply.github.com> Date: Sat, 8 May 2021 20:05:45 +0100 Subject: [PATCH] Decrease contrast in dark mode (#615) * Decrease contrast in dark mode * Adjust color to #ccc for improved contrast Co-authored-by: Byron Torres --- data/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/style.css b/data/style.css index ca4e70b..c43f498 100644 --- a/data/style.css +++ b/data/style.css @@ -1,6 +1,6 @@ body { background: #151515 ; - color: white ; + color: #ccc ; max-width: 800px ; margin: auto ; padding: 0 16px ;