Skip to content

Commit 55332ca

Browse files
committed
Highlight table rows that are :target
1 parent 7a4e0ea commit 55332ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/stylesheets/components/_content.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@
377377
._note-green { @extend %note-green; }
378378
._label { @extend %label; }
379379
._code { @extend %code; }
380-
._highlight { background: var(--highlightBackground) !important; }
380+
._highlight, ._highlight > td { background: var(--highlightBackground) !important; }
381381

382382
._table { width: 100%; }
383383
._mobile ._table { overflow-x: auto; }

0 commit comments

Comments
 (0)