From 11f01aed8d140c1f4f734c6148fee4273057426c Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Tue, 6 Feb 2024 22:07:33 -0700 Subject: [PATCH] Add style for the horizontal rules to make it actually work --- styles/generic.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles/generic.scss b/styles/generic.scss index 0f7ecec..6769ebc 100644 --- a/styles/generic.scss +++ b/styles/generic.scss @@ -52,6 +52,12 @@ cursor: default; } } + + hr { + border-color: black; + opacity: 25%; + width: 100%; + } } // Styling that doesn't belong to any particular part of my sheet