From 6e68bf43a6928ad593f6a731dee2d2f8de89d0ee Mon Sep 17 00:00:00 2001 From: lunaisnotaboy Date: Fri, 3 Jun 2022 08:36:41 -0400 Subject: [PATCH] Adjust the
element's top colour a tad --- _sass/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/main.scss b/_sass/main.scss index c438a4b..2fcd8a9 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -89,7 +89,7 @@ hr { border: none; border-bottom-color: $gray-500; border-bottom-style: solid; - border-top-color: $gray-800; + border-top-color: $gray-700; border-top-style: solid; height: 0; margin-bottom: 1rem;