about summary refs log tree commit diff stats
path: root/themes/bear/templates/style.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/bear/templates/style.html')
-rw-r--r--themes/bear/templates/style.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/bear/templates/style.html b/themes/bear/templates/style.html
index b242914..9015890 100644
--- a/themes/bear/templates/style.html
+++ b/themes/bear/templates/style.html
@@ -12,6 +12,15 @@
     color: #444;
   }
 
+  .skip {
+    position: absolute;
+    top: -3em;
+    background: #fff;
+  }
+  .skip:focus {
+    top: 0;
+  }
+
   h1,
   h2,
   h3,