Merge pull request #615 from svenson95/stylefix-red-button-font-color

style: red button unintended font-color black
This commit is contained in:
Laforge Thomas
2024-02-21 08:45:47 +01:00
committed by GitHub
2 changed files with 2 additions and 4 deletions

View File

@@ -51,8 +51,6 @@ const { data } = await getEntry('i18n', lang);
.button-sponsor {
background-color: red;
border-color: red;
color: white;
color: white !important;
}
</style>

View File

@@ -80,7 +80,7 @@ const { data } = await getEntry('i18n', lang ?? 'en');
align-items: center;
border-radius: 999rem;
padding: 0.5rem 1.125rem;
color: var(--sl-color-white);
color: var(--color-btn);
line-height: 1.1875;
text-decoration: none;
font-size: var(--sl-text-sm);