fix: button style for coverpage, fixed #362

This commit is contained in:
qingwei.li 2018-02-10 16:38:27 +08:00 committed by cinwell.li
parent 342438f2a7
commit 85428ef49e

View File

@ -52,7 +52,7 @@ section.cover {
}
small {
bottom: -.4375rem;
bottom: -0.4375rem;
font-size: 1rem;
position: absolute;
}
@ -81,7 +81,7 @@ section.cover {
display: inline-block;
font-size: 1.05rem;
letter-spacing: 0.1rem;
margin-right: 1rem;
margin: 0.5rem 1rem;
padding: 0.75em 2rem;
text-decoration: none;
transition: all 0.15s ease;
@ -89,7 +89,6 @@ section.cover {
&:last-child {
background-color: var(--theme-color, $color-primary);
color: #fff;
margin-right: 0;
&:hover {
color: inherit;