]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
Stylesheet tweak for hr
authorAidan Cornelius-Bell <[email protected]>
Tue, 17 Sep 2024 02:47:16 +0000 (12:17 +0930)
committerAidan Cornelius-Bell <[email protected]>
Tue, 17 Sep 2024 02:47:16 +0000 (12:17 +0930)
app/assets/stylesheets/application.css

index 24ad66b9c64f8031c4e5fd146454976ca8fa9e41..d2da70f9132fe0537ec4c476fb70536c1f0f94d0 100644 (file)
@@ -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 {