]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Apply effects only to .a a
authorRuben Beltran del Rio <redacted>
Thu, 20 Feb 2025 22:28:59 +0000 (23:28 +0100)
committerRuben Beltran del Rio <redacted>
Thu, 20 Feb 2025 22:28:59 +0000 (23:28 +0100)
css/style.css

index 96eaecec72d4a47c71338557f243c65e698395cf..0164b1f5e95a347738009731f6ded30ac4d9339a 100644 (file)
@@ -97,7 +97,7 @@ h3 {
 }
 
 h1, h2, h3, a { color: #00f }
 }
 
 h1, h2, h3, a { color: #00f }
-a { text-decoration: underline silver }
+.a a { text-decoration: underline silver }
 .a a:hover { text-decoration: underline #00f }
 
 .h2 a {
 .a a:hover { text-decoration: underline #00f }
 
 .h2 a {
@@ -151,7 +151,7 @@ canvas {
     border: 1px solid #fff;
   }
   h1, h2, h3, a { color: #5dc1fd }
     border: 1px solid #fff;
   }
   h1, h2, h3, a { color: #5dc1fd }
-  a { text-decoration: underline dimgray }
+  .a a { text-decoration: underline dimgray }
   .a a:hover { text-decoration: underline #5dc1fd }
   pre { background-color: #222 }
   header h1 a {
   .a a:hover { text-decoration: underline #5dc1fd }
   pre { background-color: #222 }
   header h1 a {