From 96b16502ca8ebcf6cd74c9f0118bf222eedf3ad8 Mon Sep 17 00:00:00 2001 From: Aidan Cornelius-Bell Date: Tue, 17 Sep 2024 12:15:49 +0930 Subject: [PATCH] Stylesheet tweak for hr --- app/assets/stylesheets/application.css | 6 ++++++ 1 file changed, 6 insertions(+) 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); -- 2.39.5