Fix footer link colors
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cassowary Rusnov 2022-12-06 10:08:47 -08:00
parent fa2577974d
commit 80198d0072
1 changed files with 16 additions and 0 deletions

View File

@ -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;
}