refactor: update dark mode border

This commit is contained in:
Methapon2001 2024-12-27 10:04:43 +07:00
parent 9d063bc7ea
commit 3d950d4f1d

View file

@ -54,7 +54,7 @@ html {
:where(.dark, .body--dark) {
--brand-1: #035aa1;
--brand-2: #f50000;
--border-color: var(--gray-7);
--border-color: var(--gray-8);
--foreground: white;
--background: var(--gray-11);
--surface-0: var(--background);