mirror of https://gitlab.com/curben/blog
fix(css): do not override a:hover colour
This commit is contained in:
parent
4e27e35029
commit
259ca5040d
|
@ -263,18 +263,6 @@ blockquote {
|
||||||
display: inline-block;
|
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,
|
.archive-footer,
|
||||||
.post-footer {
|
.post-footer {
|
||||||
color: #cacdd0;
|
color: #cacdd0;
|
||||||
|
@ -542,10 +530,6 @@ blockquote {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article .article-meta a {
|
|
||||||
color: #cacdd0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article .article-meta .label {
|
.article .article-meta .label {
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue