AniX/frontend/app/globals.css
Kentai Radiquum 79782b4228
frontend:
Fix undefined api call
Simplify some parts
Better theme management
Add color picker (dynamic themes wohoo)
Add missing lists keys
2024-04-21 05:35:44 +05:00

23 lines
286 B
CSS

/* @tailwind base;
@tailwind components;
@tailwind utilities; */
/* * {
margin: 0;
padding: 0;
}
body {
min-height: 100dvh;
} */
/* @layer utilities {
.text-balance {
text-wrap: balance;
}
} */
body, nav.left{
transition: background .2s;
transform-origin: left;
}