diff options
author | elioat <elioat@tilde.institute> | 2025-03-15 22:01:35 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2025-03-15 22:01:35 -0400 |
commit | 4c788c1865e52b61a94922328c245bc1c22e8659 (patch) | |
tree | 30d39e8398d32d9994c34b687db092a38c1926b4 | |
parent | 4a461013efdbc66c2b13c9c90dc4163de130be7c (diff) | |
download | tour-4c788c1865e52b61a94922328c245bc1c22e8659.tar.gz |
*
-rw-r--r-- | html/immoral/index.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/html/immoral/index.html b/html/immoral/index.html index 34dfb47..b7c089d 100644 --- a/html/immoral/index.html +++ b/html/immoral/index.html @@ -116,23 +116,6 @@ margin-top: 1rem; } - /* Skip link for keyboard users */ - .skip-link { - position: absolute; - top: -40px; - left: 0; - background: var(--dark); - color: var(--beige); - padding: 8px; - z-index: 100; - transition: top 0.2s; - } - - .skip-link:focus { - top: 0; - outline: 3px solid var(--focus-outline); - } - .immoral { color: #cc0000; text-shadow: @@ -150,7 +133,6 @@ .immoral::first-letter { font-size: 1.2em; - color: #ff0000; text-shadow: 0 0 1px #fff, 0 0 3px #fff, |