The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
3
fork

Configure Feed

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

better skeleton colors

Luna e426c9a1 997b5e9f

+14 -2
+4
app/globals.css
··· 160 160 161 161 .button-underline { 162 162 @apply dark:text-neutral-300/90 text-neutral-700/90 border-b border-transparent hover:border-neutral-300/90 my-1.5 mx-3 flex items-center gap-2 w-min text-medium 163 + } 164 + 165 + .before\:border-t::before { 166 + border-top-width: 0px !important; 163 167 }
+10 -2
tailwind.config.js
··· 46 46 }, 47 47 darkMode: "class", 48 48 plugins: [nextui({ 49 + addCommonColors: false, 49 50 layout: { 50 51 radius: { 51 52 small: "0.375rem", ··· 63 64 colors: { 64 65 secondary: { 65 66 foreground: "rgb(255 255 255)", 67 + background: wamellow, 66 68 DEFAULT: violet, 67 69 divider: wamellow, 68 70 focus: violet 69 71 }, 70 72 default: { 71 73 foreground: "rgb(212 212 212)", 74 + background: wamellow, 72 75 DEFAULT: wamellow, 73 - divider: wamellow, 74 76 focus: violet 75 - } 77 + }, 78 + overlay: wamellow, 79 + content1: wamellow, 80 + content2: wamellow, 81 + content3: wamellow, 82 + content4: wamellow 76 83 } 77 84 }, 78 85 violet: { ··· 80 87 colors: { 81 88 default: { 82 89 foreground: "rgb(255 255 255)", 90 + background: wamellow, 83 91 DEFAULT: violet 84 92 } 85 93 }