]> git.cworth.org Git - lmno.games/commitdiff
Don't underline links in headers
authorCarl Worth <cworth@cworth.org>
Sat, 6 Jun 2020 19:31:54 +0000 (12:31 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 6 Jun 2020 19:31:54 +0000 (12:31 -0700)
Headers want their own styling and look *terrible* with underlining.

style.css

index 6d5bdca00e551c151988d68649e0885e7d10550e..180462573f3d2b2b5f4bbb3a782a529907b421a8 100644 (file)
--- a/style.css
+++ b/style.css
@@ -49,6 +49,11 @@ h2 {
     font-size: 110%;
 }
 
     font-size: 110%;
 }
 
+/* Don't underline links in headers */
+h1 a {
+    text-decoration: none;
+}
+
 p,dl,dd,form {
     margin-bottom: 1em;
 }
 p,dl,dd,form {
     margin-bottom: 1em;
 }