From 6a4b0e58443f629e1556f6abf6584db4af1ce33f Mon Sep 17 00:00:00 2001 From: ch0ccyra1n Date: Tue, 6 Sep 2022 13:37:55 -0700 Subject: [PATCH] Make links easier to read in dark 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 41cf817..6a2ff30 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -6,7 +6,7 @@ } a { text-decoration: none; - color: #DB9181; + color: #FF535D; } code { background-color: #3B3C43;