fix: link colours in light mode
This commit is contained in:
parent
9dc01619d3
commit
ed8f0d09fb
1 changed files with 5 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue