From 5d3719464fea7c36886a26554bc0a276a954815a Mon Sep 17 00:00:00 2001 From: Gianmarco Gargiulo Date: Mon, 19 Jun 2023 10:13:44 +0200 Subject: [PATCH] Changed the body text color to improve legibility --- themes/hugo-casper3/assets/scss/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hugo-casper3/assets/scss/main.scss b/themes/hugo-casper3/assets/scss/main.scss index 6c603df..3801547 100644 --- a/themes/hugo-casper3/assets/scss/main.scss +++ b/themes/hugo-casper3/assets/scss/main.scss @@ -152,7 +152,7 @@ body,html{ overflow-x:hidden } body{ - color:#e5e5e5; + color:#bdbdbd; background:#1e1e1e; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,"Roboto",Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif; font-size:1.6rem;