1
0
mirror of https://github.com/robsheldon/sscaffold-css.git synced 2025-08-26 23:34:55 +02:00

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.
This commit is contained in:
Rob
2020-01-04 10:09:18 -08:00
parent 12a4d8ec82
commit 735097ea1c

View File

@@ -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;
}