Footer links are painted white
This commit is contained in:
parent
2a8c2608f5
commit
05e87918b9
2 changed files with 6 additions and 1 deletions
|
@ -8,3 +8,8 @@ body {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 19.92px 0 19.92px 0;
|
margin: 19.92px 0 19.92px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.white-link {
|
||||||
|
color: white;
|
||||||
|
text-decoration: none;"
|
||||||
|
}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<small>
|
<small>
|
||||||
{{ .Site.Copyright }} | <a rel="me" href="mailto:miraikumiko@disroot.org">Email</a> | <a rel="me" href="https://cr8r.gg/@miraikumiko">Mastodon</a> | <a rel="me" href="https://github.com/miraikumiko">Github</a>
|
{{ .Site.Copyright }} | <a rel="me" href="mailto:miraikumiko@disroot.org" class="white-link">Email</a> | <a rel="me" href="https://cr8r.gg/@miraikumiko" class="white-link">Mastodon</a> | <a rel="me" href="https://github.com/miraikumiko" class="white-link">Github</a>
|
||||||
</small>
|
</small>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue