Hide honeyhot link from older browsers

This commit is contained in:
Alex Cabal 2025-01-18 22:29:10 -06:00
parent 617df6dda0
commit 8a15519b0e

View file

@ -608,6 +608,13 @@ main.front-page > section > section > h3{
hyphens: none;
}
header a[href="/honeypot"]{
/* Hide from clients who don't support the `@hidden` attribute, like older Kindle browsers. */
display: none;
position: absolute;
left: -9999rem;
}
main.center h1{
margin-top: 4rem;
border: none;