From 55332ca7e9fc18483620df13c0bb61175a91ec77 Mon Sep 17 00:00:00 2001 From: Jed Fox Date: Wed, 29 Jan 2020 22:32:58 -0500 Subject: [PATCH] Highlight table rows that are :target --- assets/stylesheets/components/_content.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/components/_content.scss b/assets/stylesheets/components/_content.scss index c8b1863c..18c5622b 100644 --- a/assets/stylesheets/components/_content.scss +++ b/assets/stylesheets/components/_content.scss @@ -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; }