handy online tools for AT Protocol
boat.kelinci.net
atproto
bluesky
atcute
typescript
solidjs
1@tailwind base;
2@tailwind components;
3@tailwind utilities;
4
5@layer base {
6 body {
7 @apply z-0 min-h-dvh overflow-y-scroll bg-gray-100 text-sm;
8 background-image: url(../assets/dotted-background.svg);
9 background-size: 220px 220px;
10 background-position: center;
11 background-attachment: fixed;
12 }
13
14 [hidden] {
15 display: none !important;
16 }
17}