Improve body text contrast

This commit is contained in:
Nico Burns 2022-11-08 02:02:25 +00:00
parent fb9c6f745d
commit 43734a472d

View file

@ -104,11 +104,11 @@ h2.page-subheading {
} }
p.introduction { p.introduction {
color: #666; color: #494949;
} }
p, li { p, li {
color: #333; color: #000;
line-height: 1.35; line-height: 1.35;
} }
@ -138,7 +138,7 @@ h4 {
margin-top: 0; margin-top: 0;
} }
p.group-description { p.group-description {
color: #666; color: #494949;
margin-top: 0; margin-top: 0;
} }
@ -169,7 +169,7 @@ table th {
text-align: left; text-align: left;
font-size: 0.8em; font-size: 0.8em;
white-space: nowrap; white-space: nowrap;
color: #333; color: #000;
} }
table td { table td {