From 35d1c517ecf49f934f3060886c7981bc70a439af Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Mon, 24 May 2021 09:54:30 +0200 Subject: [PATCH] make hr brighter --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index d9dcf4c..5e96d2a 100644 --- a/style.css +++ b/style.css @@ -98,7 +98,8 @@ rt { hr { height: 4px; width: 75%; - background-color: hsla(0, 0%, 100%, 75%); + background-color: hsla(0, 0%, 100%, 85%); + box-shadow: 0 0 3px hsl(0, 0%, 100%, 50%); border: none; text-shadow: none; margin: 20px auto;