From 735097ea1c7354966ef28b781645adc5dbb44744 Mon Sep 17 00:00:00 2001 From: Rob Date: Sat, 4 Jan 2020 10:09:18 -0800 Subject: [PATCH] Update body color to #767676 on advice from ~deltron3030 on HN. There have been multiple complaints about the color and readability of the text, I need to dig into some guidelines for contrast for body text in different color schemes. --- sscaffold.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sscaffold.css b/sscaffold.css index 99f29c5..479a93b 100644 --- a/sscaffold.css +++ b/sscaffold.css @@ -1178,7 +1178,7 @@ fieldset { */ body { - color: #606c76; + color: #767676; } @@ -1189,7 +1189,7 @@ a { a:focus, a:hover { - color: #606c76; + color: #767676; } @@ -1264,8 +1264,8 @@ button:hover, [type="submit"]:hover { outline: 0; background-color: transparent; - border-color: #606c76; - color: #606c76; + border-color: #767676; + color: #767676; } @@ -1324,8 +1324,8 @@ button.default:hover, [type="reset"].default:hover, [type="submit"]:focus, [type="submit"]:hover { - background-color: #606c76; - border-color: #606c76; + background-color: #767676; + border-color: #767676; color: #fff; }