diff options
author | Noah <mounderfod@gmail.com> | 2023-07-30 15:44:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-30 15:44:49 +0100 |
commit | bdd087ea4defac30a3cb0dc1423b46083e2bd90e (patch) | |
tree | 5c73f8339708b16866d28881d3ec8e9ede101920 /_layouts | |
parent | 2e712c9aae7a8c50dde66abaaefbda7f06b8f9b4 (diff) | |
download | website-bdd087ea4defac30a3cb0dc1423b46083e2bd90e.tar.gz |
Fix font color
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 c0a41bc..18781c9 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -77,9 +77,9 @@ </div> <p style="color: gray;"> - <a href="https://fediring.net/previous?host=example.com">←</a> - <a href="https://fediring.net/">Fediring</a> - <a href="https://fediring.net/next?host=example.com">→</a> + <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> </p> <p style="color:gray">NO COOKIES, NO TRACKERS, NO BULLSHIT</p> <p style="color: gray">(c) mounderfod 2023</p> |