X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/df6f8deea66ef205049723e4b7cd1eda0f59f664..28ba02c3f7ca767fefb63cb50343c2b0ea25b2ce:/jekyll/css/application.css diff --git a/jekyll/css/application.css b/jekyll/css/application.css index df94fa6..5084deb 100644 --- a/jekyll/css/application.css +++ b/jekyll/css/application.css @@ -1,20 +1,17 @@ +html { + font-size: 10px; +} + body { margin: 0; background-color: white; font-family: times, 'Times New Roman', serif; - font-smooth: never; - -webkit-font-smoothing: none; } -h1 a, h1 a:visited { +header a, header a:visited { color: black; } -.main-container { - margin: 20px 0; -} - -h1, h2, h3 { margin-left: 10px; @@ -22,11 +19,14 @@ h3 { } h1 { - font-size: 3.33em; + margin: -0.3em 0 0 -0.1em; + font-size: 9.6em; + font-style: italic; + text-transform: uppercase; } h2 { - font-size: 1.61em; + font-size: 4.8em; } a { @@ -38,7 +38,11 @@ a:visited { } ul, p { - margin-left: 10px; + font-size: 1.8em; + line-height: 1.28em; + margin-left: 1em; + max-width: 50em; + font-family: 'Helvetica Neue', Arial, sans-serif; } ul { @@ -49,6 +53,11 @@ li { line-height: 1.82em; } +aside { + display: inline; + color: grey; +} + img, video { max-width: 100vw; @@ -57,7 +66,7 @@ video { /* Dark mode overrides */ @media (prefers-color-scheme: dark) { body { - background-color: white; + background-color: black; color: white; } @@ -72,4 +81,12 @@ video { a:visited { color: #FF55FF; } + + a[href^="telnet"] { + color: #55FF55; + } + + aside { + color: #FFEC27; + } }