css: use lighter styling for hr

This commit is contained in:
Kazhnuz 2018-10-03 14:31:31 +02:00
parent bab1190728
commit 9e5b87d79c

View file

@ -148,9 +148,9 @@ hr {
border-left:0px; border-left:0px;
border-right:0px; border-right:0px;
border-bottom:1px; border-bottom:1px;
border-color:#666; border-color:rgba(1,1,1,0.15);
border-style:dashed; border-style:solid;
margin:2em; margin:1.6em;
} }