mirror of https://gitlab.com/curben/blog
fix(css): article-nav-link colour
This commit is contained in:
parent
5eec3c9d84
commit
e43e5e751a
|
@ -191,12 +191,6 @@ samp {
|
||||||
background: #333;
|
background: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article .article-entry blockquote footer cite a:hover,
|
|
||||||
.article .article-nav-link-wrap:hover {
|
|
||||||
border-bottom: 1px solid;
|
|
||||||
transition: color 0.1s linear;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Hide post's excerpt in article */
|
/* Hide post's excerpt in article */
|
||||||
.p-summary {
|
.p-summary {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -518,7 +512,6 @@ blockquote {
|
||||||
|
|
||||||
.article .article-nav-link-wrap {
|
.article .article-nav-link-wrap {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: #cacdd0;
|
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
width: 49%;
|
width: 49%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
Loading…
Reference in New Issue