mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
Hide honeyhot link from older browsers
This commit is contained in:
parent
617df6dda0
commit
8a15519b0e
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue