From acc6bc43598645af368a7371fd24ad0f13092309 Mon Sep 17 00:00:00 2001 From: code002lover Date: Mon, 12 Jan 2026 11:21:45 +0100 Subject: [PATCH] remove border from black theme --- frontend/src/index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index 1d31ed3..ff151a2 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -129,7 +129,6 @@ ul { --secondary-bg: rgb(0, 0, 0, 0.7); /* Translucent cards */ --secondary-alt-bg: rgb(20, 20, 20, 0.6); /* Translucent inputs */ --tertiary-bg: rgb(40, 40, 40, 0.8); - --border-color: rgb(255, 255, 255, 0.15); --text-color: #ffffff; --accent-color: #121212; --secondary-accent: #212121;