flora is a fast and secure runtime that lets you write discord bots for your servers, with a rich TypeScript SDK, without worrying about running infrastructure. [mirror]
1
fork

Configure Feed

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

fix(www): stepper restyling

+4 -5
+4 -5
apps/www/.vitepress/theme/components/IndexPage/FeaturesSection.vue
··· 148 148 } 149 149 150 150 .flora-stepper { 151 - --pill-bg: color-mix(in srgb, var(--muted-foreground) 40%, transparent); 152 - --pill-active-bg: color-mix(in srgb, var(--foreground) 95%, transparent); 153 - --pill-fill-bg: color-mix(in srgb, var(--accent) 60%, transparent); 154 - --pill-container-bg: color-mix(in srgb, var(--background) 55%, transparent); 155 - --pill-container-border: color-mix(in srgb, var(--border) 90%, transparent); 151 + --pill-bg: rgba(255, 255, 255, 0.3); 152 + --pill-active-bg: rgba(255, 255, 255, 0.9); 153 + --pill-container-bg: rgba(0, 0, 0, 0.2); 154 + --pill-container-border: rgba(255, 255, 255, 0.12); 156 155 width: 32px; 157 156 height: auto; 158 157 padding: 10px 0;