diff --git a/index.html b/index.html index aab1fb7..84bbbca 100644 --- a/index.html +++ b/index.html @@ -40,14 +40,16 @@ background: #efeaea; color: #151517; } - + + a:visited, a:active, a { color: #B0D944; outline: none; text-decoration: none; } + #logo { float: left; margin-right: 2rem; margin-left: 0.65rem; margin-top: -0.1rem; } - + nav { height: 146px; float: left; @@ -55,15 +57,20 @@ padding-top: 2em; margin-right: 30rem; } - + nav > a { display: block; } - + section { + display: none; + } + + + section:target { display: block; } - + pre { background: none; color: #B0D944; @@ -96,29 +103,29 @@ margin-top: .75rem; user-select: none; } - + h1 { padding: .5rem; border-right: 1px solid #B0D944; border-bottom: 1px solid #B0D944; display: inline-block; padding-right: 0.75em; padding-left: 0.5em; font-weight: bold; font-size: 1.6rem; margin-block-start: 0.67em; margin-block-end: 0.67em; } blockquote { outline: 1px solid #323532; margin-inline-start: 0; margin-inline-end: 0; display: block; margin-block-start: 1rem; margin-block-end: 0; padding: 1px; font-size: .825rem } blockquote::before { content: "ℹ"; float: left; font-size: 1.625rem; margin-left: 1rem; margin-right: 0.625rem; } .col { max-width: 63rem; margin: 0 auto; margin-top: 1rem; } - + #back, #mode { - width: 32px; - height: 32px; - position: absolute; - right: 0.4rem; - cursor: pointer; - user-select: none; - opacity: .65; - } + width: 32px; + height: 32px; + position: absolute; + right: 0.4rem; + cursor: pointer; + user-select: none; + opacity: .65; + } - #back { - top: 10px; - } + #back { + top: 10px; + } - #mode { - top: 60px; - } + #mode { + top: 60px; + } #bar { backdrop-filter: blur(64px); @@ -154,10 +161,10 @@ app-router[data-load="docs-viewer"] a[href='/documentation'], app-router[data-load="docs-viewer"] a:active[href='/documentation'], app-router[data-load="docs-viewer"] a:visited[href='/documentation'] { color: rgb(78, 250, 92); } - +