diff options
author | Serghei Cebotari <51533848+schebotar@users.noreply.github.com> | 2023-11-29 09:55:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-29 09:55:23 +0300 |
commit | d38cebae64696e7d06b10111134c867480d747de (patch) | |
tree | a2a71f87a4d55e3a3918a1ea396c6c8b5096ab9a | |
parent | 04fd4477a341d0b7a5a3c71121c4a7b13ac6137a (diff) |
Edit hr style
-rw-r--r-- | layouts/partials/head/style.html | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |