fix(css): link font color should be consistent with text

This commit is contained in:
curben 2019-09-03 17:49:14 +01:00
parent 73a6301ab2
commit aabd85edb8
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 2 deletions

View File

@ -53,7 +53,7 @@ h3 {
} }
a { a {
color: #222; color: inherit;
transition: color 0.25s linear; transition: color 0.25s linear;
cursor: pointer; cursor: pointer;
} }
@ -370,7 +370,6 @@ blockquote {
.tag-container a, .tag-container a,
.tag-container a:hover { .tag-container a:hover {
border: 0; border: 0;
color: inherit;
} }
.archive-container .header, .archive-container .header,