Skip to content

Commit d6ea819

Browse files
committed
add style
1 parent 40aac55 commit d6ea819

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

assets/css/style.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
---
3+
4+
@import "{{ site.theme }}";
5+
6+
body {
7+
background: #eeeeee;
8+
}
9+
10+
header {
11+
background: #434f5e;
12+
}
13+
14+
#banner {
15+
background: #2366b9;
16+
border: 1px solid #3c6bc3;
17+
}

0 commit comments

Comments
 (0)