Docs: Make <hr> slightly darker on gohugo.io

This commit is contained in:
Anthony Fok 2015-12-19 05:11:54 -07:00
parent 00fc038da7
commit a1d232f4b6

View file

@ -242,7 +242,7 @@ hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #f7f7f7;
border-top: 1px solid #e0e0e0;
}
p {
margin: 0 0 10px;