Select the types of activity you want to include in your feed.
scaffolded themeing!
* installed Radix Popover Component * tailwind colors now tied to css variables that can be manipulated by user * added a dropdown to select different colors for page and card backgrounds (very WIP and ugly)
···3030 "accent": "#0000FF",
31313232 //BG COLORS
3333- "bg-page": "floralwhite",
3434- "bg-card": "white",
3333+ "bg-page": "rgb(var(--bg-page) / <alpha-value>)",
3434+ "bg-card": "rgb(var(--bg-card) / <alpha-value>)",
3535+ "bg-accent": "#F0F7FA",
35363637 //DO NOT USE IN PRODUCTION. Test colors to aid development, ie, setting bg color on element to see edges of div. DO. NOT. USE. IN. PRODUCTION
3738 "test": "#E18181",