forked from pmndrs/cannon-es
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs-style.css
59 lines (47 loc) · 1008 Bytes
/
docs-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
body {
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji,
Segoe UI Emoji !important;
}
.tsd-page-toolbar {
transform: none !important;
}
.tsd-navigation {
top: 40px !important;
max-height: calc(100vh - 40px) !important;
padding-top: 2rem !important;
}
.tsd-navigation > ul > li:first-child {
margin-top: 0 !important;
}
#tsd-filter-visibility {
display: none !important;
}
#tsd-filter-only-exported,
[for='tsd-filter-only-exported'] {
display: none !important;
}
.tsd-typography p {
line-height: 1.7;
}
.tsd-typography p a {
color: #0366d6;
}
pre {
background: #f6f8fa !important;
}
/* comments */
pre span[style='color: #008000'] {
color: #6a737d !important;
}
/* names */
pre span[style='color: #795E26'] {
color: #6442c1 !important;
}
/* declarations */
pre span[style='color: #0000FF'] {
color: #d73a49 !important;
}
/* variable names */
pre span[style='color: #001080'] {
color: #24292e !important;
}