-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathan_style.css
More file actions
96 lines (80 loc) · 1.43 KB
/
an_style.css
File metadata and controls
96 lines (80 loc) · 1.43 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
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;600;800&display=block');
:root > * {
font-size: 14px;
/* Change default colors in the material theme */
font-family: 'Inter', sans-serif;
--md-an-color: var(--md-sys-color-surface);
}
footer {
border-top: 0;
text-align: center;
}
:root[data-theme='dark'] {
--md-an-color: #0a0a0a;
border-radius: 9px;
}
.tsd-page-toolbar {
border: 0;
border-radius: 5px;
}
.tsd-theme-toggle {
padding-top: 0.75rem;
}
.tsd-theme-toggle > h4 {
display: inline;
vertical-align: middle;
margin-right: 0.75rem;
}
.tsd-generator > p {
font-style: italic;
}
div.tsd-signature,
.tsd-signature,
.tsd-signature.tsd-signature,
.tsd-signature.tsd-anchor-link {
border-radius: 9px;
border: 0.05rem solid #ff4e9f;
background-color: var(--md-an-color);
}
pre > button {
position: absolute;
top: 10px;
right: 10px;
opacity: 0;
transition: opacity 0.1s;
box-sizing: border-box;
border: 0;
}
code,
pre {
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
padding: 0.4rem;
margin: 0;
font-size: 0.75rem;
border: 0;
border-radius: 0.8em;
}
h1 {
font-size: 1.5rem;
margin: 0.67rem 0;
}
h2 {
font-size: 1.2rem;
margin: 0.83rem 0;
}
h3 {
font-size: 1rem;
margin: 1rem 0;
}
h4 {
font-size: 0.85rem;
margin: 1.33rem 0;
}
h5 {
font-size: 0.8rem;
margin: 1.5rem 0;
}
h6 {
font-size: 0.7rem;
margin: 2.33rem 0;
}