diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-03 11:29:14 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-03 11:29:14 -0400 |
| commit | 70d78628df3fe9a74c56895561d2edc9fcf6d3eb (patch) | |
| tree | f16d222bd2004972f15d3d9dd82245e59bda2907 /static/grapheneos.css | |
| parent | eb7bc1a835811fb5c7a2ca14bb900b2210cbd919 (diff) | |
make the footer links less prominent
Diffstat (limited to 'static/grapheneos.css')
| -rw-r--r-- | static/grapheneos.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/grapheneos.css b/static/grapheneos.css index aa0e03b5..992f494b 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -100,6 +100,14 @@ footer { text-align: center; } +footer a { + color: #9e9e9e; /* grey500 */ +} + +footer a:visited { + color: #9e9e9e; /* grey500 */ +} + #social { margin-top: 2em; } |
