]> git.r.bdr.sh - rbdr/blog/blobdiff - static/css/style.css
Remove unnecessary static files
[rbdr/blog] / static / css / style.css
diff --git a/static/css/style.css b/static/css/style.css
deleted file mode 100644 (file)
index 8b1d921..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-h1 canvas {
-  width: 64px;
-  height: 64px;
-  display: inline-block;
-  background-color: gainsboro;
-}
-
-ul {
-  list-style: square;
-}
-
-h1, h2, h3, h4, p, ul {
-  max-width: 30em;
-}
-
-p {
-  font-size: 1.125em;
-}
-
-img {
-  max-width: 100%;
-}
-
-@media (prefers-color-scheme: dark) {
-  body {
-    color: white;
-    background-color: black;
-  }
-
-  a {
-    color: #5dc1fd;
-  }
-
-  a:visited {
-    color: #ed6eff;
-  }
-}
-