diff options
Diffstat (limited to '_layouts/default.html')
-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> |