X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/aaf169bdf57cc512413f19009319e51ef4b98525..af29af93c8d57a53d2103d62c0ade01b92b26dc8:/static/css/style.css diff --git a/static/css/style.css b/static/css/style.css index c18e6fa..8732947 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,63 +1,38 @@ -* { - margin: 0; - padding: 0; +h1 canvas { + width: 64px; + height: 64px; + display: inline-block; + background-color: gainsboro; } -body { - background-image: url('/images/header_background.png'); - background-size: auto 300px; - background-attachment: fixed; - line-height: 1.45; +ul { + list-style: square; } -header { - background-image: url('/images/header_foreground.png'); - background-repeat: no-repeat; - background-size: auto 300px; - height: 300px; -} - -header a { - color: transparent; - display: block; - max-height: 500px; -} - -main { - background-color: white; - padding: 1.414em; +h1, h2, h3, h4, p, ul { + max-width: 30em; } -h1, h2, h3, h4 { - margin: 1.414em 0 0.5em; - font-weight: 400; +p { + font-size: 1.125em; } -p, ul, ol, img { - width: 100%; - margin: 1.414em 0; - max-width: 30em; +blockquote { + border-left: 5px solid lightgray; + padding-left: 5px; } -ul, ol { margin-left: 1.414em; } - -h1 { font-size: 3.998em; } -h2 { font-size: 2.827em; } -h3 { font-size: 1.999em; } -h4 { font-size: 1.414em; } +@media (prefers-color-scheme: dark) { + body { + color: white; + background-color: black; + } -code { - background-color: whitesmoke; - padding: 0.2em 0.5em; -} - -pre { - background-color: whitesmoke; - padding: 1em; - max-width: 40em; -} + a { + color: #5dc1fd; + } -footer { - background-color: pink; - padding: 1.414em; + a:visited { + color: #ed6eff; + } }