diff --git a/theme/reference.css b/theme/reference.css index f3305c152..727c80004 100644 --- a/theme/reference.css +++ b/theme/reference.css @@ -389,6 +389,11 @@ main > .rule { padding-right: 5px; } +/* Make it bolder/easier to read when selected. */ +.rule:target .rule-link { + color: var(--fg) !important; +} + /* Dodge ยป from headings */ /* Note: Some rules have a .tests-popup in the way, so that's why this selects either with or without. */