From: Aidan Cornelius-Bell Date: Tue, 17 Sep 2024 02:47:16 +0000 (+0930) Subject: Stylesheet tweak for hr X-Git-Url: https://gitweb.mndrdr.org/?a=commitdiff_plain;h=e4aad3a0a408b95f0b82a1ff942645bc4c4848dd;p=arelpe.git Stylesheet tweak for hr --- diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 24ad66b..d2da70f 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -239,8 +239,11 @@ button, input[type="submit"], input[type="reset"] { } hr { - border-top: 1px solid var(--accent-a); + border: 1px solid var(--accent-a); height: 1px; + border-right: none; + border-bottom: none; + border-left: none; } footer {