From 9e5b87d79c06739f36bfaa77a5ac47b088843602 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Wed, 3 Oct 2018 14:31:31 +0200 Subject: [PATCH] css: use lighter styling for hr --- css/clear-typography.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/clear-typography.css b/css/clear-typography.css index 7400ab6..832a0bd 100644 --- a/css/clear-typography.css +++ b/css/clear-typography.css @@ -148,9 +148,9 @@ hr { border-left:0px; border-right:0px; border-bottom:1px; - border-color:#666; - border-style:dashed; - margin:2em; + border-color:rgba(1,1,1,0.15); + border-style:solid; + margin:1.6em; }