From: Aidan Cornelius-Bell Date: Tue, 17 Sep 2024 02:45:49 +0000 (+0930) Subject: Stylesheet tweak for hr X-Git-Url: https://gitweb.mndrdr.org/?a=commitdiff_plain;h=96b16502ca8ebcf6cd74c9f0118bf222eedf3ad8;p=arelpe.git Stylesheet tweak for hr --- diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 4501f73..8f54f65 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -238,6 +238,12 @@ button, input[type="submit"], input[type="reset"] { color: inherit; } +hr { + border-top: 1px solid var(--accent-a); + height: 1px; + color: var(--accent-a); +} + footer { margin-top: 3rem; border-top: 1px solid var(--accent-a);