+10
slingshot/static/index.html
+10
slingshot/static/index.html
···
6
6
<meta name="viewport" content="width=device-width, initial-scale=1" />
7
7
<meta name="description" content="API Documentation for Slingshot, a firehose-listening atproto edge record and identity cache." />
8
8
<style>
9
+
:root {
10
+
--scalar-small: 13px;
11
+
}
12
+
.sidebar-heading-link-title {
13
+
line-height: 1.2;
14
+
}
9
15
.custom-header {
10
16
height: 42px;
11
17
background-color: #221828;
···
24
30
}
25
31
.custom-header a:hover {
26
32
color: var(--scalar-color-2);
33
+
}
34
+
35
+
.light-mode .custom-header {
36
+
background-color: thistle;
27
37
}
28
38
</style>
29
39
</head>