extremely claude-assisted go game based on atproto! working on cleaning up and giving a more unique design, still has a bit of a slop vibe to it.
0
fork

Configure Feed

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

Revert "Add traditional typography with handmade accents"

This reverts commit f31851ccdb6b58e918716c4abfda1bebc93c554a.

+4 -27
+1 -23
src/app.css
··· 40 40 --color-link: var(--sky-slate); 41 41 --color-link-hover: var(--sky-apricot-dark); 42 42 43 - /* Typography */ 44 - --font-body: 'Iowan Old Style', 'Palatino', 'Book Antiqua', 'Georgia', serif; 45 - --font-heading: 'Hoefler Text', 'Baskerville', 'Garamond', 'Times New Roman', serif; 46 - --font-accent: 'Zapfino', 'Snell Roundhand', 'Bradley Hand', cursive; 47 - 48 - font-family: var(--font-body); 43 + font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 49 44 line-height: 1.6; 50 45 color: var(--color-text); 51 46 } ··· 262 257 text-decoration: none; 263 258 } 264 259 265 - h1, h2, h3, h4, h5, h6 { 266 - font-family: var(--font-heading); 267 - font-weight: 600; 268 - letter-spacing: -0.01em; 269 - } 270 - 271 - h1 { 272 - font-weight: 700; 273 - letter-spacing: -0.02em; 274 - } 275 - 276 260 button { 277 261 font-family: inherit; 278 - } 279 - 280 - /* Accent/Display text class for special elements */ 281 - .display-text { 282 - font-family: var(--font-accent); 283 - font-weight: 400; 284 262 } 285 263 286 264 /* Modal styles */
+3 -4
src/routes/+page.svelte
··· 570 570 } 571 571 572 572 h1 { 573 - font-family: var(--font-accent); 574 - font-size: 3.5rem; 573 + font-size: 2.75rem; 575 574 margin: 0; 576 575 color: var(--sky-slate-dark); 577 - font-weight: 400; 578 - letter-spacing: 0.02em; 576 + font-weight: 700; 577 + letter-spacing: -0.02em; 579 578 } 580 579 581 580 .subtitle {