]> git.plutz.net Git - serve0/blobdiff - style.css
mark current page in page list
[serve0] / style.css
index b2412a24575d5e76a427ce08324f9163d97e1c55..25cfb0fdae5dc4024c6e78a1e95b03a63b687ba6 100644 (file)
--- a/style.css
+++ b/style.css
@@ -350,6 +350,11 @@ a[href="#advsearch"]:before {
   background-color: #FDD;
   border: 1px solid;
 }
+.page.current {
+  font-weight: bold;
+  color: #DAA;
+  background-color: #000;
+}
 
 #index label:first-of-type { font-weight: bold; }
 #index input, #index button { margin-left: 1em;}