-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathextra.css
More file actions
135 lines (110 loc) · 2.49 KB
/
Copy pathextra.css
File metadata and controls
135 lines (110 loc) · 2.49 KB
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
@charset "UTF-8";
@media only screen and (max-width: 76.1875em) {
html .md-nav--primary .md-nav__title--site {
background-color: #000;
color: #000;
}
html .md-nav--primary .md-nav__title ~ .md-nav__list {
/* background: linear-gradient(180deg,#000 10%,hsla(0,0%,0%,0)),linear-gradient(180deg,rgba(0,0,0,.26),rgba(0,0,0,.07) 35%,transparent 60%); */
background-color: #000;
}
.md-nav {
background-color: #333;
}
html .md-nav--primary .md-nav__title {
background-color: #10cfff;
}
}
.md-header {
background-color: #000;
}
.md-container {
background-color: #333;
}
.md-typeset .footnote {
color: #ccc;
}
body {
color: #ccc;
}
.md-typeset pre {
background-color: #000;
}
.md-typeset code {
color: #ccc;
box-shadow: 0.29412em 0 0 #272722, -0.29412em 0 0 #272722;
background-color: #272722;
}
.md-nav__link[data-md-state=blur] {
color: rgba(230, 230, 230, 0.54);
}
.md-typeset h1,
.md-typeset h2,
.md-typeset h3,
.md-typeset h4,
.md-typeset h5,
.md-typeset h6 {
color: #ccc;
}
.md-typeset a, md-nav__link, md-nav__link:hover {
color: #10cfff;
}
a footnote-ref::before {
border-color: #10cfff;
}
a footnote-ref::before {
color: #10cfff;
}
.md-nav__item--active > .md-nav__link, .md-nav__link:active {
color: #10cfff;
}
.md-nav--secondary {
border-left: 0.4rem solid #000;
}
.md-nav__link:focus, .md-nav__link:hover {
color: #10cfff;
}
.md-typeset hr {
border-bottom: 0.1rem dotted #666;
}
.md-footer-copyright {
color: #666;
}
.md-typeset blockquote {
padding-left: 1.2rem;
border-left: 0.4rem solid rgba(230, 230, 230, 0.26);
color: rgba(230, 230, 230, 0.54);
}
.md-typeset .codehilite code, .md-typeset .codehilite pre, .md-typeset .highlight code, .md-typeset .highlight pre {
color: #fff;
}
.md-typeset kbd {
box-shadow: 0 1px 2px rgba(12, 13, 14, 0.75);
display: inline-block;
margin: 0 0.1em;
padding: 0.1em 0.6em;
font-size: 11px;
line-height: 1.4;
color: #ccc;
text-shadow: 0 1px 0 #2d2d2d;
background-color: #404345;
border: 1px solid #ccc;
border-radius: 2px;
white-space: nowrap;
}
.md-clipboard:before {
transition: color 0.25s, opacity 0.25s;
transition-property: color, opacity;
transition-duration: 0.25s, 0.25s;
transition-timing-function: ease, ease;
transition-delay: 0s, 0s;
color: rgba(240, 240, 240, 0.07);
content: "";
}
.md-typeset .superfences-tabs {
background-color: #272722;
}
div.superfences-content pre {
border-top: 1px solid #333;
}
/*# sourceMappingURL=extra.css.map */