]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Move h1 out of dark mode
authorRuben Beltran del Rio <redacted>
Mon, 23 Sep 2024 20:20:57 +0000 (22:20 +0200)
committerRuben Beltran del Rio <redacted>
Mon, 23 Sep 2024 20:20:57 +0000 (22:20 +0200)
css/style.css

index 8d98deadfad6c2ed38ae6d8e08ebcbaa0d4d4210..ff91458f640cdf2d0202d434958ea85d58e1383d 100644 (file)
@@ -23,6 +23,12 @@ aside {
 @media only screen and (min-width: 500px) {
   body { overflow-x: auto }
   main { padding: 0 0 0 74px }
+
+  h1 a {
+    display: block;
+    width: 64px;
+  }
+
   .columned { width: max-content }
 
   .columned .h2:not(:only-child) {
@@ -88,11 +94,6 @@ canvas {
     border: 1px solid #fff;
   }
 
-  h1 a {
-    display: block;
-    width: 64px;
-  }
-
   a {
     color: #5dc1fd;
     display: inline-block;