From 8be44f452a769ff025284644116442eeabb3eeb0 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 5455dbed6ba0..545f03d73122 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;