From 6f56470f35f70bb4f10b3d5c490f90338bf7a4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 6 Oct 2021 20:35:08 +0200 Subject: [PATCH] theme: grid lines for table headings #92 --- static/css/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/theme.css b/static/css/theme.css index c64a70ec1e..e63fa20d20 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -678,6 +678,7 @@ table { } th, thead td { background: #eaeaea; + border: 1px solid #ccc; -webkit-print-color-adjust: exact; color-adjust: exact; padding: 0.5rem;