]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - css/style.css
List item star
[rbdr/r.bdr.sh] / css / style.css
index 9fd610ab1df423d8c45a3d91d1fb4090ebe72558..0087704021f33d7bee8c45a19936190c48da0ad0 100644 (file)
@@ -97,8 +97,8 @@ h3 {
 }
 
 h1, h2, h3, a { color: #00f }
-a { text-decoration: underline silver }
-a:hover { text-decoration: underline #00f }
+.a a { text-decoration: underline silver }
+.a a:hover { text-decoration: underline #00f }
 
 .h2 a {
   display: inline-block;
@@ -141,6 +141,8 @@ canvas {
   width: 64px;
 }
 
+li { list-style-type: '✳︎' }
+
 @media (prefers-color-scheme: dark) {
   body {
     background: #000;
@@ -151,6 +153,8 @@ canvas {
     border: 1px solid #fff;
   }
   h1, h2, h3, a { color: #5dc1fd }
+  .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;