Style adjustment for 'Return to Top' buttons

This commit is contained in:
kjodle 2016-02-17 19:20:47 -05:00
parent fe88276a4c
commit 8b8f4ed4b7

View File

@ -61,14 +61,15 @@ a.top-button {
width: 100%; width: 100%;
text-align: center; text-align: center;
text-decoration: none; text-decoration: none;
margin-bottom: 1em; margin: 1em 0;
letter-spacing: 0.1em; letter-spacing: 0.1em;
color: #ddd; color: #ddd;
font-family: 'IM Fell English', serif; font-family: 'IM Fell English', serif;
border-bottom: solid 1px #999;
} }
footer a.top-button{ footer a.top-button{
border-bottom: solid 1px #999; margin-top: 0;
} }
body > footer { body > footer {