Skip to content

Commit cf21119

Browse files
authored
更新 style.html
1 parent 2bb90aa commit cf21119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/style.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<style>
22
.site-header {
3-
background-color: #{{ site.theme_color }};
3+
background-color: {{ site.theme_color }};
44
}
55
.page-header {
66
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

Comments
 (0)