forked from openai/chatkit-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextra.css
More file actions
69 lines (54 loc) · 2.18 KB
/
Copy pathextra.css
File metadata and controls
69 lines (54 loc) · 2.18 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
@font-face {
font-display: swap;
font-family: "OpenAI Sans";
font-style: normal;
font-weight: 400;
src: url("https://cdn.openai.com/common/fonts/openai-sans/OpenAISans-Regular.woff2") format("woff2");
}
@font-face {
font-display: swap;
font-family: "OpenAI Sans";
font-style: italic;
font-weight: 400;
src: url("https://cdn.openai.com/common/fonts/openai-sans/OpenAISans-RegularItalic.woff2") format("woff2");
}
@font-face {
font-display: swap;
font-family: "OpenAI Sans";
font-style: normal;
font-weight: 600;
src: url("https://cdn.openai.com/common/fonts/openai-sans/OpenAISans-Semibold.woff2") format("woff2");
}
:root {
--md-text-font: "OpenAI Sans", -apple-system, system-ui, Helvetica, Arial, sans-serif;
--md-typeface-heading: "OpenAI Sans", -apple-system, system-ui, Helvetica, Arial, sans-serif;
--md-default-fg-color: #212121;
--md-default-bg-color: #ffffff;
--md-primary-fg-color: #000;
--md-accent-fg-color: #000;
--md-code-fg-color: #000;
--md-code-bg-color: #f5f5f5;
--md-table-row-border-color: #e0e0e0;
--md-admonition-bg-color: #f8f8f8;
--md-admonition-title-fg-color: #373737;
--md-default-fg-color--light: #000;
--md-typeset-a-color: #000;
}
.md-header { background-color: #000; }
.md-header--shadow { box-shadow: none; }
.md-content .md-typeset h1 { color: #000; }
.md-typeset h1, .md-typeset h2, .md-typeset h3, .md-typeset h4 { font-weight: 600; }
.md-typeset p, .md-typeset li { font-size: 16px; }
.md-nav { font-size: 14px; }
.md-nav__title { color: #000; font-weight: 600; }
.md-typeset h1 code { color: #000; padding: 0; background: transparent; }
.md-footer { display: none; }
.md-header__title { margin-left: 0 !important; }
.md-typeset .admonition, .md-typeset details { border: none; outline: none; border-radius: 8px; overflow: hidden; }
.md-typeset pre > code { font-size: 14px; }
.md-typeset__table code { font-size: 14px; }
.md-content a { text-decoration: none; }
.md-content a:hover { text-decoration: underline; }
.md-content .md-code__content { border-radius: 8px; }
.md-clipboard.md-icon { color: #9e9e9e; }
.md-sidebar__scrollwrap { scrollbar-color: auto !important; }