From dea7208dbe82d4e450bffdfa2d712d8357c2e016 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 8 Jun 2023 19:07:03 +0200 Subject: [PATCH] Continued: - make table border visible --- templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.html b/templates/base.html index 07700d2..6648dbd 100644 --- a/templates/base.html +++ b/templates/base.html @@ -30,6 +30,7 @@ table { width: 100%; + border: 2px solid #f0f0f0; border-spacing: 0px; } -- 2.39.5