mirror of
https://github.com/CatimaLoyalty/Website.git
synced 2025-12-28 05:14:29 +00:00
Co-authored-by: Tejas Gandhi <tgandhi172@gmail.com> Co-authored-by: Sylvia van Os <sylvia@hackerchick.me>
18 lines
345 B
SCSS
18 lines
345 B
SCSS
a.donate-button {
|
|
color: black;
|
|
background-color: #e6e6e6;
|
|
border: 1px solid #223355;
|
|
border-radius: 1rem;
|
|
padding: 0.75rem 1.5rem;
|
|
}
|
|
|
|
a.donate-button:hover {
|
|
color: white;
|
|
background-color: #223355;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a.paypal-button {
|
|
background-color: #fdbb33;
|
|
}
|