feat: update dark theme border color

This commit is contained in:
Methapon2001 2024-04-18 14:15:15 +07:00
parent a54702a24e
commit 1febeaee23

View file

@ -41,7 +41,7 @@ html {
:where(.dark, .body--dark) {
--brand-1: var(--blue-5);
--brand-2: #f50000;
--border-color: var(--gray-8);
--border-color: var(--gray-7);
--foreground: white;
--background: var(--gray-10);
--surface-0: var(--background);