diff --git a/theme/reference.css b/theme/reference.css index 2d6d86c49..147e0ed5a 100644 --- a/theme/reference.css +++ b/theme/reference.css @@ -306,7 +306,7 @@ main > .rule { navigate to it. This adds an indicator that the linked rule is the one that is "current", just like normal headers are in mdbook. */ -.rule:target a span::before { +.rule:target a::before { display: inline-block; content: "ยป"; padding-right: 5px;