tangled
alpha
login
or
join now
microcosm.blue
/
microcosm-rs
65
fork
atom
Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
65
fork
atom
overview
issues
8
pulls
2
pipelines
basic style tweaks and light-mode fix
bad-example.com
7 months ago
e9891b23
b24c68c6
+10
1 changed file
expand all
collapse all
unified
split
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
9
+
:root {
10
10
+
--scalar-small: 13px;
11
11
+
}
12
12
+
.sidebar-heading-link-title {
13
13
+
line-height: 1.2;
14
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
33
+
}
34
34
+
35
35
+
.light-mode .custom-header {
36
36
+
background-color: thistle;
27
37
}
28
38
</style>
29
39
</head>