nyanimedb/modules/frontend/src/index.css
nihonium 86e3df2205
Some checks failed
Build and Deploy Go App / build (push) Failing after 11m37s
Build and Deploy Go App / deploy (push) Has been skipped
feat: /titles page with search and sort functionality. Website header added
2025-11-22 05:49:03 +03:00

9 lines
No EOL
133 B
CSS

@import "tailwindcss";
html, body, #root {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
@apply text-black bg-white;
}