Skip to content

Commit 419063b

Browse files
authored
Merge pull request #615 from svenson95/stylefix-red-button-font-color
style: red button unintended font-color black
2 parents 4a4b7a5 + 31cfff9 commit 419063b

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

docs/src/components/ActionButtonFooter.astro

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ const { data } = await getEntry('i18n', lang);
5151
.button-sponsor {
5252
background-color: red;
5353
border-color: red;
54-
color: white;
54+
color: white !important;
5555
}
56-
57-
5856
</style>

docs/src/components/SubscriptionForm.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const { data } = await getEntry('i18n', lang ?? 'en');
8080
align-items: center;
8181
border-radius: 999rem;
8282
padding: 0.5rem 1.125rem;
83-
color: var(--sl-color-white);
83+
color: var(--color-btn);
8484
line-height: 1.1875;
8585
text-decoration: none;
8686
font-size: var(--sl-text-sm);

0 commit comments

Comments
 (0)