-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
90 lines (77 loc) · 1.32 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
body {
font-family: 'Chivo', sans-serif;
font-weight: 300;
}
body, .sidebar {
background-color: black;
color: white;
}
.external {
width: 12pt;
height: 12pt;
margin-left: 4px;
margin-right: 4px;
}
.openin {
text-align: right;
width: 100%;
display: block;
}
p > img {
display: block;
margin-left: auto;
margin-right: auto;
}
.markdown-section em {
color: #cccccc;
}
.markdown-section h1, .markdown-section h2, .markdown-section h3, .markdown-section h4, .markdown-section strong {
color: white;
font-weight: 700;
}
.markdown-section h1, .markdown-section h2, .markdown-section h3, .markdown-section h4 {
text-transform: uppercase;
}
.sidebar ul li a {
color: white;
}
.anchor span {
color: white;
}
.markdown-section code, .markdown-section pre {
background-color: black;
font-family: monospace,courier;
border: solid white 2px;
color: #99cc99;
}
.markdown-section pre > code {
color: #99cc99;
background-color: black;
border: none;
}
.token.function {
color: #99cc99;
}
.token.number {
color: #a16a94;
}
.token.punctuation {
color: #cccccc;
}
.token.operator {
color: #cccccc;
}
.token.parameter {
color: #f99157;
}
.token.keyword {
color: #f2777a;
}
.token.string {
color: #ffcc66;
}
.hydracontainer {
left: 50%;
position: relative;
transform: translate(-50%, 0%);
}