Fix link color contrast in blog page
This commit is contained in:
parent
d3d284c9ce
commit
ad14058b74
2 changed files with 5 additions and 1 deletions
|
|
@ -957,6 +957,10 @@ header div:first-child {
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
.postLink {
|
||||
color: white;
|
||||
}
|
||||
|
||||
#postHeader * {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue