Skip to content

Commit fbff9b6

Browse files
committedMay 23, 2019
Add nice style for hr nodes
Fixes KrauseFx#10
1 parent b02830e commit fbff9b6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎style.css

+10
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ body > #content {
3232
margin-right: auto;
3333
}
3434

35+
hr {
36+
color: #bbb;
37+
background-color: #bbb;
38+
height: 1px;
39+
flex: 0 1 auto;
40+
margin: 1em 0;
41+
padding: 0;
42+
border: none;
43+
}
44+
3545
/**
3646
* Links
3747
*/

0 commit comments

Comments
 (0)
Please sign in to comment.