mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-13 14:23:02 -05:00
style: red button unintended font-color black
This commit is contained in:
@@ -51,8 +51,6 @@ const { data } = await getEntry('i18n', lang);
|
|||||||
.button-sponsor {
|
.button-sponsor {
|
||||||
background-color: red;
|
background-color: red;
|
||||||
border-color: red;
|
border-color: red;
|
||||||
color: white;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ const { data } = await getEntry('i18n', lang ?? 'en');
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
border-radius: 999rem;
|
border-radius: 999rem;
|
||||||
padding: 0.5rem 1.125rem;
|
padding: 0.5rem 1.125rem;
|
||||||
color: var(--sl-color-white);
|
color: var(--color-btn);
|
||||||
line-height: 1.1875;
|
line-height: 1.1875;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: var(--sl-text-sm);
|
font-size: var(--sl-text-sm);
|
||||||
|
|||||||
Reference in New Issue
Block a user