Skip to content

Commit 955d19c

Browse files
committed
Improve the look in Dark mode
1 parent b1c4907 commit 955d19c

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

website/src/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,16 @@
5959
.stripePricingTable {
6060
display: block;
6161
width: 100%;
62+
border-radius: 10px;
63+
padding-top: 10px;
64+
padding-bottom: 10px;
65+
background-color: white; /* stripe doesn't get the color right */
6266
}
6367

6468
.donationButtons {
6569
display: flex;
6670
justify-content: center;
6771
align-items: top;
6872
background-color: white; /* stripe doesn't get the color right */
73+
border-radius: 10px;
6974
}

website/src/pages/sponsor.mdx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ export const buttons = [
2020

2121
# Sponsor Street Side Software
2222

23+
Become a sponsor today and help us continue to improve and maintain the tools you rely on!
24+
Your support makes a significant difference.
25+
2326
{/*
2427
2528
## Sponsorship
@@ -34,7 +37,7 @@ Let's start with a few questions:
3437
In order to dedicate resources to maintaining and improving the CSpell suite of tools, Street Side Software needs your support.
3538
*/}
3639

37-
### GitHub Sponsor
40+
## GitHub Sponsor
3841

3942
<iframe
4043
className='githubSponsorFrame'
@@ -46,9 +49,11 @@ In order to dedicate resources to maintaining and improving the CSpell suite of
4649

4750
{/* [![GitHub Sponsor](https://img.shields.io/badge/-black?style=social&logo=githubsponsors&label=GitHub%20Sponsor%3A%20Street%20Side%20Software)](https://github.com/sponsors/streetsidesoftware) */}
4851

49-
### Sponsorship
52+
## Sponsorship
5053

51-
<StripePricingTable className="stripePricingTable" tableId="prctbl_1QdZ0KGrYcG8NVg5zPI9NOgd" />
54+
<div className='stripePricingTable'>
55+
<StripePricingTable tableId="prctbl_1QdZ0KGrYcG8NVg5zPI9NOgd" />
56+
</div>
5257

5358
## Donations
5459

0 commit comments

Comments
 (0)