fix(a11y): update love color variables to improve label contrast in light theme (#64202)

This commit is contained in:
Pulkit Bajaj
2025-11-28 17:16:53 +05:30
committed by GitHub
parent 8cbaf2b27d
commit 15205bd3be
+2 -2
View File
@@ -26,8 +26,8 @@
--green-dark: #00471b;
--red-light: #ffadad;
--red-dark: #850000;
--love-light: #f8577c;
--love-dark: #f82153;
--love-light: var(--red30);
--love-dark: var(--red70);
--editor-background-light: #fffffe;
--editor-background-dark: #2a2b40;
--focus-outline-color: var(--blue-mid);