]> git.armaanb.net Git - stagit.git/blobdiff - style.css
Update to neutral logo and favicon.
[stagit.git] / style.css
index 6f5129aa3985380a4a5c7f90bd814bc660be07ca..d1cd6d36346e22f52419233c2312f75028e2c5c1 100644 (file)
--- a/style.css
+++ b/style.css
@@ -17,12 +17,15 @@ img {
        border: 0;
 }
 
-a {
-       text-decoration: none;
+a:target {
+       background-color: #ccc;
 }
 
-a:hover {
-       text-decoration: underline;
+a.d,
+a.h,
+a.i,
+a.line {
+       text-decoration: none;
 }
 
 #blob a {
@@ -84,11 +87,13 @@ pre a.h {
        color: #00a;
 }
 
+.A,
 span.i,
 pre a.i {
        color: #070;
 }
 
+.D,
 span.d,
 pre a.d {
        color: #e00;