fix: link colours in light mode

This commit is contained in:
Caesar Schinas 2021-10-31 18:47:39 +00:00
parent 9dc01619d3
commit ed8f0d09fb

View file

@ -19,9 +19,9 @@ h1, p {
margin: 0;
}
a {
color: #888;
color: inherit;
text-decoration: none;
border-bottom: 1px solid #555;
border-bottom: 1px solid #bbb;
}
a:hover {
color: #08f;
@ -98,6 +98,9 @@ img.profile {
img.profile {
border-color: #999;
}
a {
border-bottom: 1px solid #555;
}
}
@media (min-width: 480px) {