diff options
| -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 */ } |
