WIP sponsors page

This commit is contained in:
Matthew Holt 2023-09-29 11:45:24 -06:00 committed by Francis Lavoie
parent 7dc611e6a0
commit 8734b03923
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
8 changed files with 1081 additions and 120 deletions

View file

@ -296,7 +296,7 @@ button.purple,
.button.purple {
border: none;
background: linear-gradient(165deg, rgba(170,81,212,1) 20%, rgba(37,159,235,1) 100%);
color: white;
color: white !important; /* sigh... to prevent being stepped on by very specific link color rule on the sponsors page */
font-weight: bold;
font-size: 90%;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25)