make hr brighter
This commit is contained in:
parent
b4122e4c5c
commit
35d1c517ec
1 changed files with 2 additions and 1 deletions
|
@ -98,7 +98,8 @@ rt {
|
||||||
hr {
|
hr {
|
||||||
height: 4px;
|
height: 4px;
|
||||||
width: 75%;
|
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;
|
border: none;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue