From dfe7a92fe06e054e70447af6d1ead4fb470ec181 Mon Sep 17 00:00:00 2001 From: Renato Besenczi Date: Fri, 5 Jul 2024 14:21:26 +0100 Subject: [PATCH] Added CSS for tables --- css/main.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/main.scss b/css/main.scss index 950e6eb6353..bcee8dca1ad 100644 --- a/css/main.scss +++ b/css/main.scss @@ -97,3 +97,9 @@ button { font-size: 10; padding: 5px 10px; } + + table :is(td, th) { + border: 1px solid black; + padding: 0.5em; + background-color:antiquewhite; + }