We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2c57e commit aff8e23Copy full SHA for aff8e23
assets/css/style.scss
@@ -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
21
22
23
24
25
26
+ color: #0f222d;
27
28
29
30
+ .main-content pre>code {
31
32
33
+ .main-content .highlight pre, .main-content pre {
34
35
36
0 commit comments