diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 19e70d7..5fc0075 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -20,6 +20,11 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version == Unreleased +=== Fixed + +- Revert the site layout. + + == [0.4.0] - 2023-02-24 diff --git a/assets/scss/layout.scss b/assets/scss/layout.scss index a60f1c3..f461457 100644 --- a/assets/scss/layout.scss +++ b/assets/scss/layout.scss @@ -1,13 +1,17 @@ -[aria-label="Site header"] { - @include header-link-hover-style; +header[aria-label="Site header"] { position: relative; a { color: var(--base06); + + &:hover { + color: var(--base0C); + text-decoration: unset; + } } } -[aria-label="Site footer"] { +footer[aria-label="Site footer"] { > * { margin-top: 1em; margin-bottom: 0; @@ -70,7 +74,7 @@ right: 0; &:hover { - color: unset; + color: unset !important; & .site__theme-dropdown { display: unset; } diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 9bfa6be..3c5182f 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,4 +1,4 @@ -
+
{{- partial "components/theme-button.html" . }} -
+