We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4e0ea commit 55332caCopy full SHA for 55332ca
assets/stylesheets/components/_content.scss
@@ -377,7 +377,7 @@
377
._note-green { @extend %note-green; }
378
._label { @extend %label; }
379
._code { @extend %code; }
380
-._highlight { background: var(--highlightBackground) !important; }
+._highlight, ._highlight > td { background: var(--highlightBackground) !important; }
381
382
._table { width: 100%; }
383
._mobile ._table { overflow-x: auto; }
0 commit comments