alpha
Login
or
Join now
microcosm.blue
/
microcosm-rs
Star
0
Fork
3
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
Star
0
Fork
3
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
basic style tweaks and light-mode fix
author
phil
date
10 months ago
(Aug 5, 2025, 12:35 PM -0400)
commit
e9891b23
e9891b23a61b931b061cd36d56f3184327936ac3
parent
b24c68c6
b24c68c6b9851f103ca647c45dcfeff255d00afa
+10
1 changed file
Expand all
Collapse all
Unified
Split
slingshot
static
index.html
+10
slingshot/static/index.html
Reviewed
···
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>