Skip to content

Commit c93cdfc

Browse files
committed
Set styles for Jekyll theme
1 parent 07e41ec commit c93cdfc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

assets/css/style.scss

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
---
3+
4+
@import "{{ site.theme }}";
5+
6+
.page-header {
7+
background-color: #C86DD7;
8+
background-image: linear-gradient(120deg, #3023AE, #C86DD7);
9+
}
10+
11+
.main-content h1,
12+
.main-content h2,
13+
.main-content h3,
14+
.main-content h4,
15+
.main-content h5,
16+
.main-content h6 {
17+
font-weight: 700;
18+
color: #C86DD7;
19+
}

0 commit comments

Comments
 (0)