Add sponsor features

This commit is contained in:
Matthew Holt 2023-09-27 16:05:55 -06:00 committed by Francis Lavoie
parent 68ab3e4dcf
commit 0c27e10bfe
No known key found for this signature in database
GPG key ID: C5204D4F28147FC8
5 changed files with 189 additions and 12 deletions

View file

@ -300,6 +300,12 @@ button.purple,
color: white;
font-weight: bold;
font-size: 90%;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25)
}
button svg,
.button svg {
margin-right: .5em;
}