forked from olivomarco/github-copilot-token-optimization
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextra.css
More file actions
42 lines (34 loc) · 628 Bytes
/
Copy pathextra.css
File metadata and controls
42 lines (34 loc) · 628 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
:root {
--md-primary-fg-color: #314659;
--md-accent-fg-color: #0f766e;
}
.md-header {
backdrop-filter: saturate(180%) blur(10px);
}
.md-main__inner {
margin-top: 1.25rem;
}
.md-typeset h1 {
letter-spacing: -0.02em;
font-weight: 800;
}
.md-typeset h2,
.md-typeset h3 {
letter-spacing: -0.01em;
}
.md-typeset .md-button {
border-radius: 999px;
}
.md-typeset img.homepage-hero {
display: block;
max-width: min(100%, 28rem);
margin: 0 auto 1.5rem;
}
.md-typeset blockquote {
border-left-color: var(--md-accent-fg-color);
}
.md-nav__title,
.md-nav__link--active,
.md-typeset a {
font-weight: 600;
}