From 06186a881806472f166a45ca6eeea097f97dac82 Mon Sep 17 00:00:00 2001 From: Valentin Roland Date: Mon, 6 Nov 2023 21:09:44 +0100 Subject: [PATCH] update present page table style --- present/template/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/present/template/style.css b/present/template/style.css index 26781c0..16e83e4 100644 --- a/present/template/style.css +++ b/present/template/style.css @@ -91,6 +91,16 @@ input::placeholder{ table{ border-collapse:collapse } +tbody td { + padding-top: 5px; + padding-bottom: 5px; + overflow-x: scroll; +} + +tbody tr:nth-child(even) { + background-color: #edf2f7; +} + h1,h2,h3,h4,h5,h6{ font-size:inherit; font-weight:inherit @@ -106,6 +116,7 @@ input{ } code,pre{ font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace + overflow-x: scroll; } .container{ width:100%