diff options
author | Noah <mounderfod@gmail.com> | 2023-07-30 15:45:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-30 15:45:39 +0100 |
commit | 48d9fed262ca3ee4db8c377fbfb731af7edc642a (patch) | |
tree | 2c7922090d598715c7cc1b0d98a86450ea077656 /_layouts | |
parent | bdd087ea4defac30a3cb0dc1423b46083e2bd90e (diff) | |
download | website-48d9fed262ca3ee4db8c377fbfb731af7edc642a.tar.gz |
More font color fixes
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 18781c9..4f96df5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -77,9 +77,9 @@ </div> <p style="color: gray;"> - <a style="color: gray;" href="https://fediring.net/previous?host=example.com">←</a> - <a style="color: gray;" href="https://fediring.net/">Fediring</a> - <a style="color: gray;" href="https://fediring.net/next?host=example.com">→</a> + <a style="color: gray; text-decoration-color: gray" href="https://fediring.net/previous?host=example.com">←</a> + <a style="color: gray; text-decoration-color: gray" href="https://fediring.net/">Fediring</a> + <a style="color: gray; text-decoration-color: gray" href="https://fediring.net/next?host=example.com">→</a> </p> <p style="color:gray">NO COOKIES, NO TRACKERS, NO BULLSHIT</p> <p style="color: gray">(c) mounderfod 2023</p> |