Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm

basic style tweaks and light-mode fix

Changed files
+10
slingshot
static
+10
slingshot/static/index.html
···
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="API Documentation for Slingshot, a firehose-listening atproto edge record and identity cache." />
<style>
+
:root {
+
--scalar-small: 13px;
+
}
+
.sidebar-heading-link-title {
+
line-height: 1.2;
+
}
.custom-header {
height: 42px;
background-color: #221828;
···
}
.custom-header a:hover {
color: var(--scalar-color-2);
+
}
+
+
.light-mode .custom-header {
+
background-color: thistle;
}
</style>
</head>