]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - css/style.css
Use arruti style for css
[rbdr/r.bdr.sh] / css / style.css
index 5b9a31255d2078ebc365ea1038839125e2747bb7..8d98deadfad6c2ed38ae6d8e08ebcbaa0d4d4210 100644 (file)
@@ -1,6 +1,4 @@
-html {
-  scroll-behavior: smooth;
-}
+html { scroll-behavior: smooth }
 
 body {
   font-size: 1em;
@@ -23,33 +21,20 @@ aside {
 }
 
 @media only screen and (min-width: 500px) {
-  body {
-    overflow-x: auto;
-  }
-
-  main {
-    padding: 0 0 0 66px
-  }
-
-  .columned {
-    width: max-content;
-  }
+  body { overflow-x: auto }
+  main { padding: 0 0 0 74px }
+  .columned { width: max-content }
 
   .columned .h2:not(:only-child) {
     float: left;
     margin: 0 40px;
   }
 
-  .columned .h2:not(:only-child) h2 {
-    width: 14.6em;
-  }
+  .columned .h2:not(:only-child) h2 { width: 14.6em }
 
   .columned .h2:not(:only-child) .h3,
   .columned .h2:not(:only-child) li,
-  .columned .h2:not(:only-child) p {
-    width: 24em;
-  }
-
+  .columned .h2:not(:only-child) p { width: 24em }
   .columned .h2:not(:only-child) pre { width: 25em }
 
   header {
@@ -58,9 +43,7 @@ aside {
   }
 }
 
-.columned .h2:first-of-type pre {
-  line-height: 1;
-}
+.columned .h2:first-of-type pre { line-height: 1 }
 
 blockquote, p, article > div {
   margin: 0 0.3em;
@@ -116,11 +99,7 @@ canvas {
     min-height: 48px;
   }
 
-  a:visited {
-    color: #ed6eff;
-  }
+  a:visited { color: #ed6eff }
 
-  pre {
-    background-color: #222;
-  }
+  pre { background-color: #222 }
 }