diff --git a/scss/themes/default/_styles.scss b/scss/themes/default/_styles.scss index 4b9fc629..1174250a 100644 --- a/scss/themes/default/_styles.scss +++ b/scss/themes/default/_styles.scss @@ -187,18 +187,15 @@ h5 { } // Table -table { - - thead { - th, - td { - --border-width: 3px; - } +thead { + th, + td { + --border-width: 3px; } +} - :not(thead) td { - --font-size: 0.875em; - } +:not(thead) > * > td { + --font-size: 0.875em; } // Code