Your calm window into the Atmosphere. morgen.blue
rss atproto
3
fork

Configure Feed

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

feat: add theme color variables to layout.css

+15
+15
src/routes/layout.css
··· 1 1 @import 'tailwindcss'; 2 2 @plugin '@tailwindcss/forms'; 3 3 @plugin '@tailwindcss/typography'; 4 + 5 + @theme { 6 + --color-bg-page: oklch(13% 0.028 261.692); 7 + --color-bg-front-1: oklch(98.5% 0.002 247.839); 8 + --color-bg-front-2: oklch(1 0 0); 9 + 10 + --color-text-primary: oklch(21% 0.034 264.665); 11 + --color-text-secondary: oklch(70.7% 0.022 261.325); 12 + --color-text-tertiary: oklch(87.2% 0.01 258.338); 13 + 14 + --color-border-1: oklch(96.7% 0.003 264.542); 15 + --color-border-2: oklch(92.8% 0.006 264.531); 16 + 17 + --color-brand: oklch(0.7856 0.147881 224.2696); 18 + }