Highlight table rows that are :target

pull/1173/head
Jed Fox 5 years ago
parent 7a4e0ea98d
commit 55332ca7e9

@ -377,7 +377,7 @@
._note-green { @extend %note-green; }
._label { @extend %label; }
._code { @extend %code; }
._highlight { background: var(--highlightBackground) !important; }
._highlight, ._highlight > td { background: var(--highlightBackground) !important; }
._table { width: 100%; }
._mobile ._table { overflow-x: auto; }

Loading…
Cancel
Save