diff --git a/_site/1/index.html b/_site/1/index.html index e3c96b8..90d427f 100644 --- a/_site/1/index.html +++ b/_site/1/index.html @@ -298,8 +298,6 @@ --color-blue: light-dark(var(--color-blue-dark), var(--color-blue-light)); --color-purple: light-dark(var(--color-purple-dark), var(--color-purple-light)); --color-grey: light-dark(var(--color-grey-dark), var(--color-grey-light)); - - --header-offset: 3.1rem; } /* Base */ @@ -320,7 +318,7 @@ main { width: 60vw; max-width: 1000px; margin: 0 auto; - scroll-margin-top: var(--header-offset); + scroll-margin-top: 7rem; } @media (max-width: 1050px) { @@ -339,7 +337,6 @@ main { h1, h2, h3, h4, h5, h6 { line-height: 1.25; color: var(--color-teal); - scroll-margin-top: var(--header-offset); } h1 { @@ -348,6 +345,10 @@ h1 { text-align: center; } +h2, h3, h4, h5, h6 { + scroll-margin-top: 5rem; +} + h2 { margin-top: 2rem; font-size: 2.2rem; @@ -509,13 +510,9 @@ time { /* Horizontal rules */ hr { - color: var(--color-teal); - border: .25rem solid var(--color-teal); + border: .25rem solid var(--color-pink); margin: 2rem 0; } -hr:last-child { - margin-bottom: 0; -} /* Used on home, reference, gallery pages */ .centered { @@ -531,9 +528,10 @@ header { position: sticky; top: 0; background-color: var(--color-bg); - box-shadow: 0 .25rem .15rem var(--color-shadow); padding: .75rem 0; z-index: 10; + border-bottom: .5rem solid var(--color-teal); + box-shadow: 0 .25rem .15rem var(--color-shadow); } /* Header links, pagination links */ @@ -726,6 +724,7 @@ header li { footer { padding: 1rem 0; font-size: .9rem; + border-top: .5rem solid var(--color-pink); } footer ul { @@ -1175,8 +1174,6 @@ footer a:focus-visible { - -