feat: add global color (gender color)

This commit is contained in:
Methapon2001 2024-04-04 13:32:42 +07:00
parent 6e896a7a37
commit 198fe3766e

View file

@ -25,6 +25,10 @@ html {
--surface-1: white;
--surface-2: var(--gray-1);
--surface-3: var(--gray-2);
--gender-male: var(--blue-5-hsl);
--gender-female: var(--pink-7-hsl);
color: var(--foreground);
background-color: var(--background);
}