summaryrefslogtreecommitdiffhomepage
path: root/src/app.css
blob: 9a009fc5766e3a1f4abaece3546a768c2fe1b279 (plain)
1
2
3
4
5
6
7
8
9
@import "tailwindcss";
@plugin "daisyui" {
  themes: cmyk --default, black;
}

html, body {
  touch-action: pan-x pan-y;
  overscroll-behavior: none;
}