diff --git a/assets/css/main.css b/assets/css/main.css index 6ac9bf6..146d53e 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -15,6 +15,7 @@ } + html { background: none; padding: 0 !important; @@ -116,6 +117,21 @@ body.home footer#colophon { color: var(--white32m); } +body.home footer#colophon a, +body.home footer#colophon a:link, +body.home footer#colophon a:visited, +body.home footer#colophon a:hover { + background: none; + color: var(--white32m); + text-decoration: none; +} + +body.home footer#colophon a:hover { + background: none; + color: var(--white32m); + text-decoration: underline; +} + header#masthead { display: flex; }