X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/5218def99b062dfd1021b73bcedc1ad4d9326517..3c39d1553de92cd6cac891f2c3b186701ec60332:/static/css/style.css diff --git a/static/css/style.css b/static/css/style.css deleted file mode 100644 index 8b1d921..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; -} - -img { - max-width: 100%; -} - -@media (prefers-color-scheme: dark) { - body { - color: white; - background-color: black; - } - - a { - color: #5dc1fd; - } - - a:visited { - color: #ed6eff; - } -} -