From 59c5c13827436a4cc3d32e166aee347b91bcc79e Mon Sep 17 00:00:00 2001 From: Michael Daffin Date: Wed, 18 Apr 2018 13:51:01 +0100 Subject: [PATCH] tweak(default-theme): Adds hr element style This adds some styling to the hr element which is produced when you have `---` in markdown on a line on its own. This makes the element look like all other border elements 1px, of $borderColor. --- lib/default-theme/styles/theme.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/default-theme/styles/theme.styl b/lib/default-theme/styles/theme.styl index 49ee40819e..638b187df8 100644 --- a/lib/default-theme/styles/theme.styl +++ b/lib/default-theme/styles/theme.styl @@ -133,6 +133,10 @@ code, kbd p, ul, ol line-height 1.7 +hr + border 0 + border-top 1px solid $borderColor + table border-collapse collapse margin 1rem 0