forked from openinterpreter/openinterpreter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
143 lines (120 loc) · 2.47 KB
/
Copy pathstyle.css
File metadata and controls
143 lines (120 loc) · 2.47 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
html.dark body,
html.dark #body-content,
html.dark #navbar {
background-color: #000000 !important;
}
html.dark #sidebar-content {
background-color: #000000 !important;
border-color: #262626 !important;
}
html.dark #navigation-items a {
color: #c7c7c7 !important;
}
html.dark #navigation-items a:hover {
background-color: #151515 !important;
color: #eeeeee !important;
}
html.dark #navigation-items li[data-active="true"] > a {
background-color: #1f1f1f !important;
color: #f2f2f2 !important;
}
html.dark h1,
html.dark h2,
html.dark h3,
html.dark h4,
html.dark h5,
html.dark h6 {
color: #f2f2f2 !important;
}
html.dark p,
html.dark li,
html.dark td,
html.dark th {
color: #cfcfcf !important;
}
html.dark a[href],
html.dark button {
color: #f1f3f5;
}
html.dark [href^="/docs/"] {
border-color: #30343b !important;
}
html.dark [href^="/docs/"]:hover {
background-color: #151515 !important;
}
.eyebrow {
display: none !important;
}
#header .space-y-2\\.5 {
margin-top: 0 !important;
}
#page-title {
font-size: 1.75rem !important;
line-height: 1.25 !important;
letter-spacing: 0 !important;
}
html body a {
color: inherit !important;
}
html body a:hover {
color: #111111 !important;
}
html.dark body a:hover {
color: #ffffff !important;
}
html body pre,
html body .shiki {
background-color: #f6f6f6 !important;
border-color: #e7e7e7 !important;
}
html.dark body pre,
html.dark body .shiki {
background-color: #080808 !important;
border-color: #2a2a2a !important;
}
html body *,
html body *::before,
html body *::after,
html body button,
html body input,
html body textarea,
html body select {
font-weight: 400 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
th,
.font-bold,
.font-semibold,
.font-medium {
font-weight: 400 !important;
}
#navigation-items li[data-active="true"] > a {
font-weight: 400 !important;
text-shadow: none !important;
}
[href^="/docs/"] {
font-weight: 400 !important;
text-shadow: none !important;
}
/* Tabs: every tab label stays readable. The underline marks the active one. */
html body [role="tablist"] [role="tab"],
html body [role="tablist"] [role="tab"] *,
html body [role="tablist"] button,
html body [role="tablist"] button * {
color: #111111 !important;
opacity: 1 !important;
}
html.dark body [role="tablist"] [role="tab"],
html.dark body [role="tablist"] [role="tab"] *,
html.dark body [role="tablist"] button,
html.dark body [role="tablist"] button * {
color: #f2f2f2 !important;
opacity: 1 !important;
}