From d40b910970e66baa00a24f6ccdadbe324d5d3cea Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Sat, 4 Mar 2023 15:04:44 -0500 Subject: [PATCH] Make colors less stark --- themes/v2/assets/css/style.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss index f6cc61f..3abb177 100644 --- a/themes/v2/assets/css/style.scss +++ b/themes/v2/assets/css/style.scss @@ -3,6 +3,8 @@ body { font-size: 18px; padding: 50px; line-height: 1.5em; + background-color: #f6f6f6; + color: #333; } h1, h2, h3 { @@ -15,7 +17,7 @@ h3 { } a { - color: blue; + color: #00a; } hr {