You've already forked no-js-hugo-theme
Added colors for <hr>
tags
This commit is contained in:
@ -35,6 +35,10 @@ blockquote {
|
||||
border-left: 0.25em solid #CCC;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: 1px solid rgb(185, 185, 185);
|
||||
}
|
||||
|
||||
.header {
|
||||
background-image: url(../../images/header-bg-light.jpg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user