Add sponsor features

This commit is contained in:
Matthew Holt 2023-09-27 16:05:55 -06:00 committed by Francis Lavoie
parent db5cfcbe08
commit 4a88ac32cc
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
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;
}