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

basic style tweaks and light-mode fix

+10
+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> 9 .custom-header { 10 height: 42px; 11 background-color: #221828; ··· 24 } 25 .custom-header a:hover { 26 color: var(--scalar-color-2); 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>