From a99cad2aed686d4da689a659a415ac1e0aae61ee Mon Sep 17 00:00:00 2001 From: George Cushen Date: Tue, 30 May 2017 01:11:22 +0100 Subject: [PATCH] css: Make horizontal rules more visible (#178) --- static/css/hugo-academic.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/css/hugo-academic.css b/static/css/hugo-academic.css index b2832c90..05de84b2 100644 --- a/static/css/hugo-academic.css +++ b/static/css/hugo-academic.css @@ -151,6 +151,13 @@ pre { overflow: auto; } +hr { + border: 0; + height: 1px; + background: #333; + background-image: linear-gradient(to right, #ccc, #333, #ccc); +} + /* Quotes */ blockquote { padding: .5rem 1rem;