fix invisible links (closes #26)
This commit is contained in:
parent
2ae53d4997
commit
fc5ae9031c
1 changed files with 4 additions and 0 deletions
|
|
@ -33,6 +33,10 @@ img {
|
|||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
nav a, footer a {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue