refactor: color shade

This commit is contained in:
Methapon2001 2024-04-18 16:42:37 +07:00
parent a47ba20aef
commit 8a00c9a738

View file

@ -12,8 +12,8 @@ html {
--background: var(--gray-1);
--surface-0: var(--background);
--surface-1: white;
--surface-2: var(--gray-1);
--surface-3: var(--gray-2);
--surface-2: var(--gray-0);
--surface-3: var(--gray-1);
--text-mute: var(--stone-5-hsl);