diff options
| author | Jim Bledsoe <jim@acceleration.net> | 2023-06-29 12:36:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-29 19:36:43 +0300 |
| commit | 304b46be0e4f5227a2768b8b3e45246bb9e16ac6 (patch) | |
| tree | b0d8091a131120c65b1a5c4b4610d696de3f91d4 /src/style.scss | |
| parent | d8d2c075c239d634bdc1344a6d32450745a21c61 (diff) | |
Improve accessibility for visually impaired (#70)
Fixes #69
Diffstat (limited to 'src/style.scss')
| -rw-r--r-- | src/style.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/style.scss b/src/style.scss index 3e05831..a9c7407 100644 --- a/src/style.scss +++ b/src/style.scss @@ -93,7 +93,6 @@ body { } ol li.bit.masked { background-color: lighten($color_e, $octet_lighten); - color: lighten($color_e, 22%); } } } @@ -124,7 +123,7 @@ body { text-transform: uppercase; font-size: modular-scale(2); font-weight: bold; - color: #779; + color: #656582; } } } |
