1
0
Fork 0

make hr brighter

This commit is contained in:
Rhiannon Morris 2021-05-24 09:54:30 +02:00
parent b4122e4c5c
commit 35d1c517ec
1 changed files with 2 additions and 1 deletions

View File

@ -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;