Skip to content

Commit 3e2ffb0

Browse files
authored
Merge pull request #1730 from WaffleLapkin/»
fixup `»` insertion for rules
2 parents 5ee8ee1 + 8bc9112 commit 3e2ffb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/reference.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ main > .rule {
306306
navigate to it. This adds an indicator that the linked rule is the one that
307307
is "current", just like normal headers are in mdbook.
308308
*/
309-
.rule:target a span::before {
309+
.rule:target a::before {
310310
display: inline-block;
311311
content: "»";
312312
padding-right: 5px;

0 commit comments

Comments
 (0)