Commit 35598a4e authored by Robert Lord's avatar Robert Lord

Add styling for horizontal rules

parent d84692b7
......@@ -280,6 +280,11 @@ html, body {
text-transform: uppercase;
}
hr {
margin: 2em 0;
border-top: 2px solid $examples-bg;
border-bottom: 2px solid $main-bg;
}
table {
margin-bottom: 1em;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment