We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb90aa commit cf21119Copy full SHA for cf21119
_includes/style.html
@@ -1,6 +1,6 @@
1
<style>
2
.site-header {
3
- background-color: #{{ site.theme_color }};
+ background-color: {{ site.theme_color }};
4
}
5
.page-header {
6
background: url("{{ site.background }}") no-repeat center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size:cover; max-width:100%; margin: auto;text-align: center;margin-bottom:20px;
0 commit comments