Skip to content

Commit 155f416

Browse files
RDoc-3551 Fix color for hr
1 parent 77cc0c7 commit 155f416

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,3 +331,8 @@ code {
331331
[class^="tabItem"]:has(+ *), .theme-admonition:has(+ *) {
332332
@apply mb-4;
333333
}
334+
335+
/* Custom hr color */
336+
hr {
337+
@apply !bg-black/10 dark:!bg-white/10;
338+
}

0 commit comments

Comments
 (0)