Fix link color contrast in blog page

This commit is contained in:
天クマ 2026-07-04 00:12:51 -03:00
commit ad14058b74
2 changed files with 5 additions and 1 deletions

View file

@ -957,6 +957,10 @@ header div:first-child {
opacity: 1;
}
.postLink {
color: white;
}
#postHeader * {
margin-bottom: 0;
}