aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/tailwind.css
blob: 164bf6bff2dddc5ce0231f4a67beb5009ffc3f6f (plain)
1
2
3
4
5
6
7
8
9
10
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
    html,
    body {
        @apply dark:bg-trueGray-900;
    }
}