commit 58aaa06901f26ed8d451636826f8c301f93da949 parent 122eb279d1a13ec0b38dde408d12be43b7a7d7ac Author: Drew DeVault <sir@cmpwn.com> Date: Tue, 20 Apr 2021 13:36:06 -0400 haredoc: highlight the linked-to symbol Diffstat:
M | cmd/haredoc/html.ha | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/cmd/haredoc/html.ha b/cmd/haredoc/html.ha @@ -493,6 +493,10 @@ h3 { color: #444; } +h4:target + pre { + background: #ddf; +}; + @media(max-width: 1000px) { main { padding: 0;