mirror of https://gitlab.com/curben/blog
fix(css): link font color should be consistent with text
This commit is contained in:
parent
73a6301ab2
commit
aabd85edb8
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue