From: Aidan Cornelius-Bell <aidan@cornelius-bell.com>
Date: Tue, 17 Sep 2024 02:46:26 +0000 (+0930)
Subject: Stylesheet tweak for hr
X-Git-Url: https://gitweb.mndrdr.org/?a=commitdiff_plain;h=83febd390b14e70234a44844bfd525051f786884;p=arelpe.git

Stylesheet tweak for hr
---

diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
index 8f54f65..24ad66b 100644
--- a/app/assets/stylesheets/application.css
+++ b/app/assets/stylesheets/application.css
@@ -241,7 +241,6 @@ button, input[type="submit"], input[type="reset"] {
 hr {
   border-top: 1px solid var(--accent-a);
   height: 1px;
-  color: var(--accent-a);
 }
 
 footer {