diff --git a/frontend/src/index.css b/frontend/src/index.css index 31def84..1d31ed3 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -13,7 +13,7 @@ --secondary-bg: rgb(var(--secondary-bg-rgb)); --secondary-alt-bg: rgb(var(--tertiary-bg-rgb)); --tertiary-bg: rgb(var(--border-color-rgb)); - --border-color: rgb(var(--text-color-rgb)); + --border-color: rgb(var(--border-color-rgb)); font-family: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif; line-height: 1.6;