From d38cebae64696e7d06b10111134c867480d747de Mon Sep 17 00:00:00 2001 From: Serghei Cebotari <51533848+schebotar@users.noreply.github.com> Date: Wed, 29 Nov 2023 09:55:23 +0300 Subject: [PATCH] Edit hr style --- layouts/partials/head/style.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/partials/head/style.html b/layouts/partials/head/style.html index 383fbd4..9436783 100644 --- a/layouts/partials/head/style.html +++ b/layouts/partials/head/style.html @@ -81,6 +81,10 @@ hr { margin-top: 0; margin-bottom: 5px; + border: none; + height: 1px; + color: black; + background-color: black } em {