X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/467390bc032585f28da6203f891764f4a66c33b7..3c39d1553de92cd6cac891f2c3b186701ec60332:/static/css/style.css diff --git a/static/css/style.css b/static/css/style.css deleted file mode 100644 index 4dfcaed..0000000 --- a/static/css/style.css +++ /dev/null @@ -1,33 +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; -} - -@media (prefers-color-scheme: dark) { - body { - color: white; - background-color: black; - } - - a { - color: #5dc1fd; - } - - a:visited { - color: #ed6eff; - } -}