]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Update colors
authorRuben Beltran del Rio <redacted>
Fri, 13 Dec 2024 13:15:25 +0000 (14:15 +0100)
committerRuben Beltran del Rio <redacted>
Fri, 13 Dec 2024 13:15:25 +0000 (14:15 +0100)
css/style.css

index 917e5e8974861cf30eb9a176cea51778cfd2ebc5..2ab37cf54dca0b246214a10f02a5a9eff1d78282 100644 (file)
@@ -92,12 +92,8 @@ h3 {
 
 h2, h3, a { color: #00f }
 [data-title="/index.html"] {
-  .h2:nth-of-type(n+2):nth-of-type(-n+4) {
-    h2, h3, a { color: #EE0700 }
-  }
-
   .h2:nth-of-type(n+5):nth-of-type(-n+6) {
-    h2, h3, a { color: #398557 }
+    h2, h3, a { color: #EE0700 }
   }
 
   .h2:nth-of-type(n+7):nth-of-type(-n+9) {
@@ -109,7 +105,7 @@ h2, h3, a { color: #00f }
   }
 
   .h2:nth-of-type(11) {
-    h2, h3, a { color: #1D76DB }
+    h2, h3, a { color: #398557 }
   }
 
   .h2:nth-of-type(n+12):nth-of-type(-n+16) {