Skip to content

Commit

Permalink
Extra styling, for donate/sponsor buttons and email addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Nov 27, 2023
1 parent 396c9db commit 0395f0d
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,42 @@ article .player {
.ap-player .ap-overlay {
z-index: 2;
}

span.email {
font-weight: bold;
}

span.email b {
display: none;
}

a.btn-gh-sponsors {
background-color: #eee;
border-color: #ccc;
color: #333;
font-weight: 600;
border-radius: .2rem;
font-size: 90%;
line-height: 1.5;
padding: .25rem .5rem;
display: inline-block;
text-align: center;
vertical-align: middle;
text-decoration: none;
box-sizing: border-box;
}

a.btn-gh-sponsors:hover {
color: #000;
}

a.bitcoin-logo {
vertical-align: middle;
line-height: 1.5em;
}

a.bitcoin-logo img {
margin-right: 10px;
width: 32px;
vertical-align: middle;
}

0 comments on commit 0395f0d

Please sign in to comment.