summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfr33domlover <fr33domlover@riseup.net>2019-08-12 18:40:36 +0300
committerfr33domlover <fr33domlover@riseup.net>2019-08-12 18:42:22 +0300
commit5550513f3b92736074c20d67da3c37b9fa6b272e (patch)
treea19678517174d676c811d2782067aff20d8ae5a4
parentea4161d1a8a4f5b5539ea29d80671222f52db038 (diff)
Make text color of light theme a bit darker for contrast with background
-rw-r--r--html/theme.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/theme.css b/html/theme.css
index b5c8353..950d3e4 100644
--- a/html/theme.css
+++ b/html/theme.css
@@ -64,7 +64,7 @@
/* Sections */
--bg-color: #fff;
- --text-color: var(--gray);
+ --text-color: #646464;
--heading-color: var(--orange);
--link-color: var(--gray-50);
--link-hover-color: #000;