this repo has no description www.baileykane.co/
0
fork

Configure Feed

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

Add section-item class

BK610 b999301d ad0a1a1c

+14
+14
styles/globals.css
··· 32 32 left: 50%; 33 33 z-index: 50; 34 34 } 35 + 36 + .section-item { 37 + @apply rounded-lg; 38 + @apply bg-gradient-to-r; 39 + @apply from-purple-200; 40 + @apply to-orange-100; 41 + @apply dark:from-purple-500; 42 + @apply dark:to-orange-300; 43 + @apply border; 44 + @apply border-stone-800; 45 + @apply dark:border-stone-200; 46 + @apply shadow-md; 47 + @apply hover:shadow-lg; 48 + } 35 49 } 36 50 37 51 @layer base {