mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-06 00:04:39 +00:00
Fix undefined api call Simplify some parts Better theme management Add color picker (dynamic themes wohoo) Add missing lists keys
23 lines
286 B
CSS
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;
|
|
}
|