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
smaller font size in alerts
author
phil
date
10 months ago
(Aug 5, 2025, 12:39 PM -0400)
commit
8a15ab25
8a15ab251d9bc576f78c66f0aebcaf898b85a80f
parent
e9891b23
e9891b23a61b931b061cd36d56f3184327936ac3
+3
1 changed file
Expand all
Collapse all
Unified
Split
slingshot
static
index.html
+3
slingshot/static/index.html
Reviewed
···
9
9
:root {
10
10
--scalar-small: 13px;
11
11
}
12
12
+
.scalar-app .markdown .markdown-alert {
13
13
+
font-size: var(--scalar-small);
14
14
+
}
12
15
.sidebar-heading-link-title {
13
16
line-height: 1.2;
14
17
}