css: use lighter styling for hr
This commit is contained in:
parent
bab1190728
commit
9e5b87d79c
1 changed files with 3 additions and 3 deletions
|
@ -148,9 +148,9 @@ hr {
|
|||
border-left:0px;
|
||||
border-right:0px;
|
||||
border-bottom:1px;
|
||||
border-color:#666;
|
||||
border-style:dashed;
|
||||
margin:2em;
|
||||
border-color:rgba(1,1,1,0.15);
|
||||
border-style:solid;
|
||||
margin:1.6em;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue