diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-04 19:29:10 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-04 19:29:36 -0400 |
| commit | 23c02b4ad6a09a3911f448c797c9476875a76c1b (patch) | |
| tree | b44dc13fd42a65ffe90eecc18a9b4fc7b32d3b51 /static | |
| parent | cf28e523618bbee6c3052dcece8b3f58ef53397d (diff) | |
make footer links a bit darker for accessibility
The current color is too light to pass accessibility checks for
contrast. It was intentionally low contrast to make it unintrusive since
it's a footer, but it's probably best to comply with these guidelines.
Diffstat (limited to 'static')
| -rw-r--r-- | static/grapheneos.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/grapheneos.css b/static/grapheneos.css index 4fee6589..68a8e8d0 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -108,11 +108,11 @@ footer { } footer a { - color: #9e9e9e; /* grey500 */ + color: #616161; /* grey500 */ } footer a:visited { - color: #9e9e9e; /* grey500 */ + color: #616161; /* grey500 */ } #social { |
