Skip to content
Snippets Groups Projects
Commit 0d7bb410 authored by Kasper Seweryn's avatar Kasper Seweryn :pancakes: Committed by Marge
Browse files

fix(contrast): make primary variants use lighter text color for better contrast ratio

Part-of: <!35>
parent 1f5e4b25
No related branches found
No related tags found
1 merge request!35Resolve "Primary Buttons have wrong text color"
Pipeline #30795 passed
...@@ -73,7 +73,7 @@ html.dark { ...@@ -73,7 +73,7 @@ html.dark {
.funkwhale { .funkwhale {
&.is-primary { &.is-primary {
--fw-bg-color: var(--fw-blue-500); --fw-bg-color: var(--fw-blue-500);
--fw-text-color: var(--fw-gray-100); --fw-text-color: var(--fw-blue-010);
&.is-colored { &.is-colored {
&[disabled] { &[disabled] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment