about summary refs log tree commit diff stats
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/immoral/index.html18
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,