aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerghei Cebotari <51533848+schebotar@users.noreply.github.com>2023-11-29 09:55:23 +0300
committerGitHub <noreply@github.com>2023-11-29 09:55:23 +0300
commitd38cebae64696e7d06b10111134c867480d747de (patch)
treea2a71f87a4d55e3a3918a1ea396c6c8b5096ab9a
parent04fd4477a341d0b7a5a3c71121c4a7b13ac6137a (diff)
Edit hr style
-rw-r--r--layouts/partials/head/style.html4
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 {