Skip to content

Commit

Permalink
fix: button style for coverpage, fixed #362
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Feb 11, 2018
1 parent 342438f commit 85428ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/themes/basic/_coverpage.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ section.cover {
}

small {
bottom: -.4375rem;
bottom: -0.4375rem;
font-size: 1rem;
position: absolute;
}
Expand Down Expand Up @@ -81,15 +81,14 @@ 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;

&:last-child {
background-color: var(--theme-color, $color-primary);
color: #fff;
margin-right: 0;

&:hover {
color: inherit;
Expand Down

0 comments on commit 85428ef

Please sign in to comment.