X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/a94ee76a3a5422fb0d3a3d8a9725da264eb3c74a..331e25872e4d1b992f50d43b4c04ed72f1b67f56:/css/style.css diff --git a/css/style.css b/css/style.css index 0a34a02..0164b1f 100644 --- a/css/style.css +++ b/css/style.css @@ -71,7 +71,7 @@ pre { overflow-x: auto; padding: 1em; } -pre[role="img"] { display: none } +pre[aria-label="rbdr"] { display: none } blockquote, p, article > div { max-width: 45em } @@ -79,47 +79,26 @@ blockquote { border-left: 4px solid #ccc; padding-left: 10px; } -br { display: none } +p { margin: 1em 0 } +ul { padding-left: 2em } +br, p:empty { display: none } h1, h2, h3 { - font-family: "Avenir Next"; + font-family: "Avenir Next", "Montserrat", "Segoe UI Variable Display", "Noto Sans", "Roboto", "Segoe UI", sans-serif; font-weight: 900 } -h1 { font-size: 2em } +h1, h2 { + font-size: 2em; + text-transform: lowercase; +} h3 { + display: inline-block; font-weight: 600; margin-top: 1em } -h2, h3, a { color: #00f } -[data-title="/index.html"] { - .h2:nth-of-type(n+2):nth-of-type(-n+4) { - h2, h3, a { color: #EE0700 } - } - - .h2:nth-of-type(n+5):nth-of-type(-n+6) { - h2, h3, a { color: #398557 } - } - - .h2:nth-of-type(n+7):nth-of-type(-n+9) { - h2, h3, a { color: #6A5ACD } - } - - .h2:nth-of-type(10) { - h2, h3, a { color: #A76905 } - } - - .h2:nth-of-type(11) { - h2, h3, a { color: #1D76DB } - } - - .h2:nth-of-type(n+12):nth-of-type(-n+16) { - h2, h3, a { color: #D505C6 } - } - - .h2:nth-of-type(17) { - h2, h3, a { color: #6A788A } - } -} +h1, h2, h3, a { color: #00f } +.a a { text-decoration: underline silver } +.a a:hover { text-decoration: underline #00f } .h2 a { display: inline-block; @@ -127,6 +106,11 @@ h2, h3, a { color: #00f } margin: 0.25em 0; } +header { position: relative } +main { + position: relative; + z-index: 1 +} header h1 { font-size: min(7.5rem, 17vw); font-weight: 900; @@ -166,10 +150,9 @@ canvas { background-color: #fff; border: 1px solid #fff; } - h2, h3, a { color: #5dc1fd } - [data-title="/index.html"] .h2:nth-of-type(n+7):nth-of-type(-n+9) { - h2, h3, a { color: #675CFB } - } + h1, h2, h3, a { color: #5dc1fd } + .a a { text-decoration: underline dimgray } + .a a:hover { text-decoration: underline #5dc1fd } pre { background-color: #222 } header h1 a { -webkit-text-stroke: 1px #fff;