From 7bea3d1582fc69477ddab40895036e2d74fd192a Mon Sep 17 00:00:00 2001 From: ch0ccyra1n Date: Thu, 1 Sep 2022 16:40:37 -0700 Subject: [PATCH] improve contrast of links and bg for light mode --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 9f2e8cb..41cf817 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -21,7 +21,7 @@ } a { text-decoration: none; - color: #DB9181; + color: #FF535D; } code { background-color: #A9A2A2;