Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

changed white (gray_0) text to offwhite (gray_25) (#5453)

authored by

whey.party and committed by
GitHub
87d601e6 4e8d86db

+3 -3
+1 -1
src/alf/themes.ts
··· 183 183 } as const 184 184 185 185 const darkPalette: Palette = { 186 - white: color.gray_0, 186 + white: color.gray_25, 187 187 black: color.trueBlack, 188 188 189 189 contrast_25: color.gray_975,
+2 -2
src/lib/themes.ts
··· 325 325 textInverted: colors.green2, 326 326 }, 327 327 inverted: { 328 - background: lightPalette.white, 328 + background: darkPalette.white, 329 329 backgroundLight: lightPalette.contrast_50, 330 330 text: lightPalette.black, 331 331 textLight: lightPalette.contrast_700, 332 - textInverted: lightPalette.white, 332 + textInverted: darkPalette.white, 333 333 link: lightPalette.primary_500, 334 334 border: lightPalette.contrast_100, 335 335 borderDark: lightPalette.contrast_200,