tangled
alpha
login
or
join now
hotsocket.fyi
/
microcosm-rs
forked from
microcosm.blue/microcosm-rs
0
fork
atom
Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
0
fork
atom
overview
issues
pulls
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
<meta name="viewport" content="width=device-width, initial-scale=1" />
7
<meta name="description" content="API Documentation for Slingshot, a firehose-listening atproto edge record and identity cache." />
8
<style>
0
0
0
0
0
0
9
.custom-header {
10
height: 42px;
11
background-color: #221828;
···
24
}
25
.custom-header a:hover {
26
color: var(--scalar-color-2);
0
0
0
0
27
}
28
</style>
29
</head>
···
6
<meta name="viewport" content="width=device-width, initial-scale=1" />
7
<meta name="description" content="API Documentation for Slingshot, a firehose-listening atproto edge record and identity cache." />
8
<style>
9
+
:root {
10
+
--scalar-small: 13px;
11
+
}
12
+
.sidebar-heading-link-title {
13
+
line-height: 1.2;
14
+
}
15
.custom-header {
16
height: 42px;
17
background-color: #221828;
···
30
}
31
.custom-header a:hover {
32
color: var(--scalar-color-2);
33
+
}
34
+
35
+
.light-mode .custom-header {
36
+
background-color: thistle;
37
}
38
</style>
39
</head>