forked from mikaelvesavuori/figmagic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc.theme.css
More file actions
43 lines (34 loc) · 742 Bytes
/
typedoc.theme.css
File metadata and controls
43 lines (34 loc) · 742 Bytes
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
* {
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}
:root {
--color-background: #06070B;
--code-background: #09213E;
}
code, code > * {
font-family: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
font-weight: normal;
}
@media (min-width: 770px) {
.col-content {
padding: 0 4rem;
}
}
.site-menu, .page-menu {
font-size: 0.75rem;
}
.tsd-panel > h2 {
margin-top: 4rem;
}
pre > code > span.hl-0 {
color: #FCEE8F;
}
pre > code > span.hl-2 {
color: #FFFFFF;
}
pre > code > span.hl-3 {
color: #B4FDFE;
}
pre > code > span.hl-4 {
color: #EF87DC;
}