Improve accessiblity of default skin by increasing color contrast

This commit is contained in:
Michael Rose
2020-03-04 16:33:50 -05:00
parent 4fa9cf63d2
commit dc8a41bb60
2 changed files with 6 additions and 6 deletions

View File

@ -352,11 +352,11 @@ body {
.taxonomy__title {
margin-bottom: 0.5em;
color: lighten($text-color, 60%);
color: $muted-text-color;
}
.taxonomy__count {
color: lighten($text-color, 50%);
color: $muted-text-color;
}
.taxonomy__index {
@ -389,7 +389,7 @@ body {
.back-to-top {
display: block;
clear: both;
color: lighten($text-color, 50%);
color: $muted-text-color;
font-size: 0.6em;
text-transform: uppercase;
text-align: right;