webp main image and text color accessibility improvements

This commit is contained in:
Adam Piontek 2021-04-06 19:52:08 -04:00
parent 2027ecc1d5
commit 2ce2db1b37
9 changed files with 16 additions and 17 deletions

View file

@ -121,7 +121,7 @@ a {
display: flex;
align-items: center;
text-align: center;
color: $gray-500;
color: $gray-400;
font-family: $font-family-monospace;
font-size: smaller;
text-transform: uppercase;
@ -152,9 +152,8 @@ a {
}
.post-lede,
.post-body {
color: $gray-200;
h2, h3, h4, h5, h6 {
color: $gray-300;
color: $gray-200;
margin-top: 2rem;
}
}

View file

Before

(image error) Size: 48 KiB

After

(image error) Size: 48 KiB

Before After
Before After

Binary file not shown.

After

(image error) Size: 43 KiB