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;