Try adding some color to links.

pull/58/head
Jason J. Gullickson 4 years ago
parent 5e054406df
commit 9cc285bc38

@ -69,6 +69,10 @@ p {
margin-bottom: 1em;
}
a {
color: red;
}
@media screen and (max-width: 25em) {
body {
font-size: 90%;

@ -23,7 +23,7 @@
<br>
<div class="footer">
powered by <a style="color: red; text-decoration: none" href="https://codeberg.org/jjg/preposter.us">preposter.us</a>
hosted by <a style="color: red; text-decoration: none" href="https://preposter.us">preposter.us</a>
</div>
</section>

Loading…
Cancel
Save