From 0a40cc2ffc769ec1613b866f64af336c55330a56 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 27 Sep 2020 16:28:50 -0500 Subject: [PATCH] Tweak font color --- styles/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/styles.css b/styles/styles.css index e7616a7..fe0f8ad 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -12,7 +12,7 @@ --background-dark: #28232c; --link: #ba844d; --link-hover: #ffb940; - --text: #f7f4db; + --text: #ffefcf; } html { background: var(--background-dark);