browser: fix link and hover styling
[sheet.git] / red.css
diff --git a/red.css b/red.css
index 4d31bfbed77b557a782fef37d111ad62f3e3bc1b..eab9707aad2ac4dc6b27ab269bbc24d6b9dc0ca7 100644 (file)
--- a/red.css
+++ b/red.css
@@ -124,7 +124,7 @@ tbody, colgroup, th {
 .c-oc     {background: #100; color: #8BC}
 .c-sa     {background: #100; color: #DD6}
 .c-na     {background: #300; color: #DD6}
-.l1:hover,
+.l:hover,
 .X:hover  {background: #800; color: #FF0}
 
 /* code syntax */
@@ -137,3 +137,7 @@ tbody, colgroup, th {
 .sy-error      { font-weight: bold; background-color: #A00; color: #EEE }
 .sy-todo       { background-color: #400 }
 
+#browser td > a:not(:hover):not(:active) {
+       color: inherit;
+}
+