fixed look of links in blockquote

This commit is contained in:
Jintzo 2017-02-19 14:46:59 +01:00 committed by cinwell.li
parent 6b08546654
commit f15e45c693

View File

@ -70,7 +70,7 @@ section.cover {
line-height: 1.8;
}
.cover-main p:last-child a {
.cover-main > p:last-child a {
border-radius: 2em;
border-width: 1px;
border-style: solid;
@ -100,4 +100,13 @@ section.cover {
color: inherit;
}
}
blockquote > p > a {
border-bottom: 2px solid var(--theme-color, $color-primary);
transition: color .3s;
&:hover {
color: var(--theme-color, $color-primary);
}
}
}