We're moving towards getting rid of the scss and doing as much as possible with Tailwind classes, so your classnames look right. For the shadow, check out: https://tailwindcss.com/docs/drop-shadow
I'm trying to send a patch which makes the about-page look a bit better. When I try `--color-primary-900` it's only the dark theme. When I try `--bg-primary-900` it doesn't work since it's transparent I think.
I'm trying to apply a little shadow behind the about-page, i've modified the JSX/html of the about page to `about-page bg-white dark:bg-primary-900`, but that's for background only, i want to apply that to the box-shadow as well
thats not what im trying to do, im trying to make it blend in with the background.
I think I'll just commit it as is. Make your shit cleaner lmao/more clear, there's like 4 contradicting libraries it feels like going on here, I think I'll try contributing more to Soapbox more, I'm considering popping it into my instance, and I like seeing this stupid stuff grow
@alex Alright, figured it out, just applied ` shadow-ultraxl shadow-white dark:shadow-primary-900`, and added a shadow-ultraxl into tailwind.config.js as clearly shown. I think this looks a _lot_ better, and may look nicer for static pages.