Skip to content

Commit b45622a

Browse files
committed
style: darken horizontal separator lines
1 parent 2ceabce commit b45622a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/stylesheets/extra.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,10 @@ body {
1414

1515
code {
1616
font-family: "Courier Prime", monospace !important;
17-
}
17+
}
18+
19+
/* Make horizontal separators darker */
20+
.md-typeset hr {
21+
border-bottom: 2px solid #666;
22+
opacity: 1;
23+
}

0 commit comments

Comments
 (0)