From 61ac544723382034d71c38abd42799b8afc1f00c Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Sun, 2 Apr 2023 01:15:04 +0200 Subject: [PATCH] Change Table Border Color --- client/src/global-styles/components.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/global-styles/components.css b/client/src/global-styles/components.css index 230741f..d038152 100644 --- a/client/src/global-styles/components.css +++ b/client/src/global-styles/components.css @@ -42,7 +42,7 @@ th:hover { } th, td { padding: 0.5rem; - border: 0.125rem solid var(--cl-fg); + border: 0.125rem solid var(--cl-bg-el); } th > *{ justify-content: center;