Listen to and share the music in the Atmosphere. musicsky.up.railway.app/
nextjs atproto music typescript react
3
fork

Configure Feed

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

feat: make button indigo

amazing (TIL I should not use `style:` for css stuff)

+5 -5
+5 -5
src/app/globals.css
··· 55 55 --card-foreground: oklch(0.145 0 0); 56 56 --popover: oklch(1 0 0); 57 57 --popover-foreground: oklch(0.145 0 0); 58 - --primary: oklch(0.205 0 0); 59 - --primary-foreground: oklch(0.985 0 0); 58 + --primary: oklch(0.4902 0.1585 274.966); 59 + --primary-foreground: oklch(1 0 0); 60 60 --secondary: oklch(0.97 0 0); 61 61 --secondary-foreground: oklch(0.205 0 0); 62 62 --muted: oklch(0.97 0 0); ··· 89 89 --card-foreground: oklch(0.985 0 0); 90 90 --popover: oklch(0.205 0 0); 91 91 --popover-foreground: oklch(0.985 0 0); 92 - --primary: oklch(0.922 0 0); 93 - --primary-foreground: oklch(0.205 0 0); 92 + --primary: oklch(0.585 0.1727 274.966); 93 + --primary-foreground: oklch(1 0 0); 94 94 --secondary: oklch(0.269 0 0); 95 95 --secondary-foreground: oklch(0.985 0 0); 96 96 --muted: oklch(0.269 0 0); ··· 123 123 body { 124 124 @apply bg-background text-foreground; 125 125 } 126 - } 126 + }