From 06750b86308adf76783f8fb7780917ef58bd55ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Sun, 4 Feb 2024 10:02:03 +0100 Subject: [PATCH] css is hard --- assets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index c36cb29..7f638f3 100644 --- a/assets/style.css +++ b/assets/style.css @@ -225,7 +225,8 @@ header ul li { } table.list-table > tbody, table.list-table > tbody > th, table.list-table > tbody > tr, table.list-table > tbody > tr > td { - border: 2px solid var(--primary) ; + border: 2px solid var(--primary); + border-collapse: collapse; } /* */