mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
Merge pull request #615 from svenson95/stylefix-red-button-font-color
style: red button unintended font-color black
This commit is contained in:
@@ -51,8 +51,6 @@ const { data } = await getEntry('i18n', lang);
|
||||
.button-sponsor {
|
||||
background-color: red;
|
||||
border-color: red;
|
||||
color: white;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user