Skip to content

Commit 98ecea0

Browse files
RDoc-3551 Fix color for hr
1 parent 2d69af0 commit 98ecea0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/css/custom.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,4 +408,9 @@ code {
408408
@apply !border-0;
409409
border: 0 !important;
410410
box-shadow: none !important;
411-
}
411+
}
412+
413+
/* Custom hr color */
414+
hr {
415+
@apply !bg-black/10 dark:!bg-white/10;
416+
}

0 commit comments

Comments
 (0)