Nice little directory browser :D
0
fork

Configure Feed

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

fix/api/Files: better legibility on indicator in dark mode

+3 -2
+1 -1
Style/style.tw.css
··· 241 241 @apply 242 242 content-center 243 243 text-gray-500 244 - dark:text-gray-500 244 + dark:text-gray-300 245 245 text-[xx-small]; 246 246 } 247 247 }
+2 -1
public/style.css
··· 21 21 --color-blue-500: oklch(62.3% 0.214 259.815); 22 22 --color-gray-100: oklch(96.7% 0.003 264.542); 23 23 --color-gray-200: oklch(92.8% 0.006 264.531); 24 + --color-gray-300: oklch(87.2% 0.01 258.338); 24 25 --color-gray-400: oklch(70.7% 0.022 261.325); 25 26 --color-gray-500: oklch(55.1% 0.027 264.364); 26 27 --color-zinc-400: oklch(70.5% 0.015 286.067); ··· 3294 3295 font-size: xx-small; 3295 3296 color: var(--color-gray-500); 3296 3297 @media (prefers-color-scheme: dark) { 3297 - color: var(--color-gray-500); 3298 + color: var(--color-gray-300); 3298 3299 } 3299 3300 } 3300 3301 }