atproto utils for zig zat.dev
atproto sdk zig
26
fork

Configure Feed

Select the types of activity you want to include in your feed.

use Geist Sans + Geist Mono throughout

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+11 -3
+3
site/index.html
··· 7 7 <title>zat.dev</title> 8 8 <meta name="description" content="AT Protocol building blocks for zig" /> 9 9 <link rel="icon" href="./favicon.svg" type="image/svg+xml" /> 10 + <link rel="preconnect" href="https://fonts.googleapis.com" /> 11 + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> 12 + <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&family=Geist+Mono:wght@400;500&display=swap" /> 10 13 <link rel="stylesheet" href="./style.css" /> 11 14 </head> 12 15 <body>
+8 -3
site/style.css
··· 11 11 --accent: rgba(125, 180, 245, 0.08); 12 12 --radius: 10px; 13 13 --gutter: 16px; 14 - --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", 15 - "Courier New", monospace; 16 - --sans: -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Arial, 14 + --mono: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 15 + "Liberation Mono", "Courier New", monospace; 16 + --sans: "Geist", -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Arial, 17 17 sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; 18 18 } 19 19 ··· 57 57 body { 58 58 margin: 0; 59 59 font-family: var(--sans); 60 + font-weight: 400; 60 61 background: var(--bg); 61 62 color: var(--text); 63 + -webkit-font-smoothing: antialiased; 64 + -moz-osx-font-smoothing: grayscale; 62 65 } 63 66 64 67 a { ··· 125 128 border-radius: 6px; 126 129 color: var(--muted); 127 130 font-size: 13px; 131 + font-weight: 500; 128 132 white-space: nowrap; 129 133 transition: color 0.1s, background 0.1s; 130 134 } ··· 150 154 .header-link { 151 155 padding: 5px 10px; 152 156 font-size: 13px; 157 + font-weight: 500; 153 158 border-radius: 6px; 154 159 color: var(--muted); 155 160 white-space: nowrap;