feat(theme): use tailwind where possible and replace bg-[var(--bg)] with actual tailwind classes #25
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the app uses a mishmash of tailwind and css variables. We could unify this by using a
block. Then we could use
<div class="bg-layer-0"/>instead of<div class="bg-[var(--layer-0)]">and swap our theme like: