Skip to content

Commit 5e20af5

Browse files
committed
fix: Hr tags not rendering
1 parent 8ef93fc commit 5e20af5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

assets/css/v2/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,6 +1186,12 @@ figure {
11861186
width: 156px;
11871187
}
11881188

1189+
/* HR Lines */
1190+
hr {
1191+
width: 100%;
1192+
border: 1px solid var(--color-table-divider);
1193+
}
1194+
11891195
/* FILTHY HACKS BEGIN */
11901196

11911197
/* Override logo with black text version */

0 commit comments

Comments
 (0)