From dd1ec87e48d9b95ac73454ba170bdcf55652cf73 Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Mon, 1 May 2023 20:03:26 -0300 Subject: [PATCH] Fixed bootstrap table css (#1388) Fixed bootstrap table css that is being overwritten by mdb css Signed-off-by: George Araujo --- _sass/_base.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/_sass/_base.scss b/_sass/_base.scss index 5455dbe..545f03d 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -26,11 +26,11 @@ hr { table { td, th { - color: var(--global-text-color); + font-size: 1rem; } - td { - font-size: 1rem; + th { + font-weight: bold; } } @@ -907,8 +907,7 @@ progress::-moz-progress-bar { } } -// Table of Contents - +/* Table of Contents */ nav[data-toggle="toc"] { top: 5rem;