diff --git a/tildes/scss/_base.scss b/tildes/scss/_base.scss index df622a2..4b336fd 100644 --- a/tildes/scss/_base.scss +++ b/tildes/scss/_base.scss @@ -280,6 +280,12 @@ table { margin-bottom: 1rem; } +// Add a default non-transparent background to fix styling in blockquotes +tbody tr, +thead tr { + background-color: var(--background-primary-color); +} + tbody tr:nth-of-type(2n + 1) { background-color: var(--background-secondary-color); }