Improve honeypot link

This commit is contained in:
Alex Cabal 2025-01-27 10:49:15 -06:00
parent 4eb45bd54b
commit b48f3a5798
3 changed files with 5 additions and 3 deletions

View file

@ -609,11 +609,13 @@ main.front-page > section > section > h3{
hyphens: none;
}
header a[href="/honeypot"]{
.honeypot{
/* Hide from clients who don't support the `@hidden` attribute, like older Kindle browsers. */
/* Select using a class for older renderers like Kindle in-browser renderer. */
display: none;
position: absolute;
left: -9999rem;
font-size: 0;
}
main.center h1{