]> git.vanrenterghem.biz Git - www2.vanrenterghem.biz.git/commitdiff
Always underline links and bold them on mouse-over. master
authorFrederik Vanrenterghem <frederik@vanrenterghem.biz>
Sun, 23 Mar 2025 09:37:42 +0000 (17:37 +0800)
committerFrederik Vanrenterghem <frederik@vanrenterghem.biz>
Sun, 23 Mar 2025 09:37:42 +0000 (17:37 +0800)
source/assets/styles/org-htmlize.css

index 2b443b2f30924f32036361bf458dce74fc0ffff0..5e41f6cf026b045bd845cc67f11acbc9575461ba 100644 (file)
@@ -1,4 +1,15 @@
-      body {
+a {
+    color: inherit;
+    background-color: inherit;
+    font: inherit;
+    text-decoration: underline;
+}
+a:hover {
+    font-weight: bold;
+    text-decoration: underline;
+}
+
+body {
         color: #000000;
         background-color: #ffffff;
 }
@@ -5809,13 +5820,3 @@ pre.src { background-color: #f2f2f2;}
         background-color: #ffddff;
       }
 
-      a {
-        color: inherit;
-        background-color: inherit;
-        font: inherit;
-        text-decoration: inherit;
-      }
-      a:hover {
-         text-decoration: underline;
-      }
-