]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Adjust styles for blog
authorRuben Beltran del Rio <redacted>
Sun, 15 Dec 2024 23:00:06 +0000 (00:00 +0100)
committerRuben Beltran del Rio <redacted>
Sun, 15 Dec 2024 23:00:06 +0000 (00:00 +0100)
css/style.css

index 2e4de935989d54de3f8d5e65fb64f7731c4a7a81..2572c67afca88aaa0bb70bae8373df01ba065ea3 100644 (file)
@@ -79,13 +79,14 @@ blockquote {
   border-left: 4px solid #ccc;
   padding-left: 10px;
 }
+p { margin: 1em 0 }
+ul { padding-left: 2em }
 br { display: none }
 h1, h2, h3 {
   font-family: "Avenir Next", "Montserrat", "Segoe UI Variable Display", "Noto Sans", "Roboto", "Segoe UI", sans-serif;
   font-weight: 900
 }
-h1 { font-size: 4em }
-h2 {
+h1, h2 {
   font-size: 2em;
   text-transform: lowercase;
 }
@@ -95,7 +96,7 @@ h3 {
   margin-top: 1em
 }
 
-h2, h3, a { color: #00f }
+h1, h2, h3, a { color: #00f }
 [data-title="/index.html"] {
   .h2:nth-of-type(n+5):nth-of-type(-n+6) {
     h2, h3, a { color: #EE0700 }
@@ -172,7 +173,7 @@ canvas {
     background-color: #fff;
     border: 1px solid #fff;
   }
-  h2, h3, a { color: #5dc1fd }
+  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 }
   }