chore: use correct font on buy button (#18187)

This commit is contained in:
Alex 2025-05-09 16:04:03 -05:00 committed by GitHub
parent 3f719bd8d7
commit 87cdf0ebd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,14 +68,12 @@ div[class^='announcementBar_'] {
} }
.menu__link { .menu__link {
padding: 10px; padding: 10px 10px 10px 16px;
padding-left: 16px;
border-radius: 24px; border-radius: 24px;
margin-right: 16px; margin-right: 16px;
} }
.menu__list-item-collapsible { .menu__list-item-collapsible {
border-radius: 10px;
margin-right: 16px; margin-right: 16px;
border-radius: 24px; border-radius: 24px;
} }
@ -96,7 +94,7 @@ code {
.buy-button { .buy-button {
padding: 8px 14px; padding: 8px 14px;
border: 1px solid transparent; border: 1px solid transparent;
font-family: 'DM Sans', sans-serif; font-family: 'Overpass', sans-serif;
font-weight: 500; font-weight: 500;
cursor: pointer; cursor: pointer;
box-shadow: 0 0 5px 2px rgba(181, 206, 254, 0.4); box-shadow: 0 0 5px 2px rgba(181, 206, 254, 0.4);