X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/af29af93c8d57a53d2103d62c0ade01b92b26dc8..3c39d1553de92cd6cac891f2c3b186701ec60332:/static/css/style.css diff --git a/static/css/style.css b/static/css/style.css deleted file mode 100644 index 8732947..0000000 --- a/static/css/style.css +++ /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; -} - -blockquote { - border-left: 5px solid lightgray; - padding-left: 5px; -} - -@media (prefers-color-scheme: dark) { - body { - color: white; - background-color: black; - } - - a { - color: #5dc1fd; - } - - a:visited { - color: #ed6eff; - } -}