fix(css): do not override a:hover colour

This commit is contained in:
curben 2019-09-06 14:04:29 +01:00
parent 4e27e35029
commit 259ca5040d
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 0 additions and 16 deletions

View File

@ -263,18 +263,6 @@ blockquote {
display: inline-block;
}
.copyright a,
.footer-content a,
.footer-links a {
color: #cacdd0;
}
.copyright a:hover,
.footer-content a:hover,
.footer-links a:hover {
color: white;
}
.archive-footer,
.post-footer {
color: #cacdd0;
@ -542,10 +530,6 @@ blockquote {
padding: 0;
}
.article .article-meta a {
color: #cacdd0;
}
.article .article-meta .label {
margin-right: 0.5em;
}