Skip to content

Commit 9606951

Browse files
committed
frontend: change the style of <hr> tag
1 parent 048eff2 commit 9606951

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pywebio/html/css/app.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
padding-bottom: 1px; /* if set 0, safari has min-height issue */
55
}
66

7+
.markdown-body hr {
8+
height: 2px;
9+
padding: 0;
10+
margin: 24px 0;
11+
background-color: #eaecef;
12+
border: 0;
13+
}
14+
715
.container {
816
margin-top: 0;
917
max-width: 880px;

0 commit comments

Comments
 (0)