]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - css/style.css
Apply effects only to .a a
[rbdr/r.bdr.sh] / css / style.css
index 3008eb3f4a3ca2f4c73457b4238766281c535497..0164b1f5e95a347738009731f6ded30ac4d9339a 100644 (file)
@@ -97,6 +97,8 @@ h3 {
 }
 
 h1, h2, h3, a { color: #00f }
+.a a { text-decoration: underline silver }
+.a a:hover { text-decoration: underline #00f }
 
 .h2 a {
   display: inline-block;
@@ -149,9 +151,8 @@ canvas {
     border: 1px solid #fff;
   }
   h1, h2, h3, a { color: #5dc1fd }
-  [data-title="/index.html"] .h2:nth-of-type(n+7):nth-of-type(-n+9) {
-    h2, h3, a { color: #675CFB }
-  }
+  .a a { text-decoration: underline dimgray }
+  .a a:hover { text-decoration: underline #5dc1fd }
   pre { background-color: #222 }
   header h1 a {
     -webkit-text-stroke: 1px #fff;