diff --git a/src/css/app.scss b/src/css/app.scss index a158b4d9..9557c484 100644 --- a/src/css/app.scss +++ b/src/css/app.scss @@ -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);