diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-04-02 17:23:43 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-04-02 17:23:43 -0400 |
| commit | 562d79c370d9e1a169af6c7218d3ab293c8d73d0 (patch) | |
| tree | 68c4968f0a9755ea9a44e676b0bfdc5af89d5fae /static | |
| parent | d7c4cc9127df79194be51cbaa4101dcd14da7d7f (diff) | |
simplify CSS
Diffstat (limited to 'static')
| -rw-r--r-- | static/grapheneos.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/static/grapheneos.css b/static/grapheneos.css index 8f7d5778..d7f246a1 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -119,11 +119,7 @@ footer { text-align: center; } -footer a { - color: #616161; /* grey500 */ -} - -footer a:visited { +footer a, footer a:visited { color: #616161; /* grey500 */ } |
