feat: add podcast episode styles

This commit is contained in:
2024-04-21 01:24:42 +02:00
parent bea8cc2bb9
commit ebf5733774
5 changed files with 14 additions and 8 deletions

View File

@@ -1,3 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
scrollbar-gutter: stable;
}