From 2f0c8e091dd263f9dc42c0d2cb33b6dff017fdc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 27 Aug 2021 22:20:05 +0200 Subject: [PATCH] theme: give tables more contrast #64 --- static/css/theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index a594717631..9d4af85c16 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -666,19 +666,19 @@ hr { white-space: pre-wrap; } table { - border: 1px solid #eaeaea; + border: 1px solid #ccc; margin-bottom: 1rem; margin-top: 1rem; table-layout: auto; } th, thead td { - background: #f7f7f7; + background: #eaeaea; -webkit-print-color-adjust: exact; color-adjust: exact; padding: 0.5rem; } td { - border: 1px solid #eaeaea; + border: 1px solid #ccc; padding: 0.5rem; } .button {