Skip to content

Commit aff8e23

Browse files
committed
CSS Changes
1 parent ac2c57e commit aff8e23

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

assets/css/style.scss

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
---
3+
4+
@import 'jekyll-theme-cayman';
5+
6+
.page-header {
7+
background-color: #0f222d;
8+
background-image: linear-gradient(#0f222d, #0f222d);
9+
h1,
10+
h2,
11+
h3,
12+
h4,
13+
h5,
14+
h6 {
15+
color: #fff5d0;
16+
}
17+
}
18+
19+
.main-content {
20+
h1,
21+
h2,
22+
h3,
23+
h4,
24+
h5,
25+
h6 {
26+
color: #0f222d;
27+
}
28+
}
29+
30+
.main-content pre>code {
31+
color: #fff5d0;
32+
}
33+
.main-content .highlight pre, .main-content pre {
34+
background-color: #0f222d;
35+
color: #fff5d0;
36+
}

0 commit comments

Comments
 (0)