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-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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue