From 9a3f442dfbe090849a616959d6396d5e2675b8c4 Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Sat, 30 May 2020 13:39:28 +0200 Subject: css: Improve styling of the horizontal rule element This element has not been used before at all, but the upcoming post will be including it it in the footnotes block. Use a more fitting double-border style instead of the questionable design from the initial commit. --- scss/style.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scss/style.scss b/scss/style.scss index 530e043..90bd606 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -134,9 +134,8 @@ article { } hr { - border: 0; - border-top: 1px dashed grey; - width: 80%; + border: none; + border-top: 3px double darkgrey; } ul { list-style: square; } -- cgit v1.2.3-2-gb3c3