From 87388e5959e821b749a35ca78666812e89edf329 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 13 Feb 2024 11:44:45 +0200 Subject: [PATCH] reduce table margin --- files/assets/css/main.css | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index af3cb3b1a..ee37f188d 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -357,10 +357,6 @@ svg { overflow: hidden; vertical-align: middle; } -table { - border-collapse: collapse; - margin-bottom: 3rem !important; -} caption { padding-top: 0.75rem; padding-bottom: 0.75rem; @@ -658,9 +654,10 @@ pre code { } } table { + border-collapse: collapse; width: 100%; margin-bottom: 1rem; - color: #212529; + color: var(--white); } table th, table td { padding: 0.75rem; @@ -3405,9 +3402,6 @@ a.text-danger:hover, a.text-danger:focus, :not(td) > a[href="/h/chudrama"]:focus .badge { border: 1px solid #000; } - table { - border-collapse: collapse !important; - } table td, table th { background-color: #fff !important; } @@ -5137,9 +5131,6 @@ span.green { padding: 0.75rem 0.4rem; } } -table { - color: var(--white); -} .comment-box { border: 2px solid #e9ecef; }