Add Twitter button

This commit is contained in:
2017-09-12 19:11:52 +02:00
parent a40c48a792
commit d888a6b68a
3 changed files with 25 additions and 3 deletions

View File

@ -23,7 +23,8 @@ $secondary-neutral-dark-color: hsl(40, 57.6%, 17%);
$white-color: hsl(219.6, 20.8%, 98%);
$black-color: hsl(40.0, 0%, 17%);
$faceblue : #3B5998;
$faceblue: #3B5998;
$twitblue: #55acee;
@ -416,6 +417,22 @@ header {
color: lightgrey;
}
.twitter-share-button {
background: $twitblue;
border: none;
color: white;
padding: 0.5em 1em;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 2px;
}
.twitter-share-button:hover {
color: lightgrey;
}
.helptext {
display: block;
}