]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - jekyll/css/application.css
Adjust the resources a little
[rbdr/r.bdr.sh] / jekyll / css / application.css
index 51500642a913793360df342ec3552d36815e15e3..bd50233bc98fa4b59a816301f54dbcfd52e91291 100644 (file)
@@ -1,61 +1,25 @@
-body {
-  margin: 0;
-  background-color: white;
-  font-family: times, 'Times New Roman', serif;
-  font-smooth: never;
-  -webkit-font-smoothing: none;
-}
-
-h1 a {
-  color: black;
-}
-
-h1 a:visited {
-  color: black;
-}
-
-em {color:#99a3a4}
-
-.main-container {
-  margin: 20px 0;
-}
-
-h1,
-h2,
-h3 {
-  margin-left: 10px;
-  font-weight: 300;
-}
-
-h1 {
-  font-size: 3.33em;
-}
-
-h2 {
-  font-size: 1.61em;
-}
-
-a {
-  color: blue;
-}
-
-a:visited {
-  color: purple;
-}
-
-ul, p {
-  margin-left: 10px;
+canvas {
+  width: 64px;
+  height: 64px;
+  display: inline-block;
+  background-color: gainsboro;
 }
 
 ul {
   list-style: square;
 }
 
 }
 
 ul {
   list-style: square;
 }
 
-li {
-  line-height: 1.82em;
-}
+@media (prefers-color-scheme: dark) {
+  body {
+    color: white;
+    background-color: black;
+  }
+
+  a {
+    color: #5dc1fd;
+  }
 
 
-img,
-video {
-  max-width: 100vw;
+  a:visited {
+    color: #ed6eff;
+  }
 }
 }