Fix footer link colors
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fa2577974d
commit
80198d0072
@ -15,6 +15,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background: none;
|
background: none;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
@ -116,6 +117,21 @@ body.home footer#colophon {
|
|||||||
color: var(--white32m);
|
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 {
|
header#masthead {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user