aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.css
blob: 3e1f888493ee592b8565ac5151d0012296abab19 (plain) (blame)
1
2
3
4
5
6
7
8
9
@import 'tailwindcss';
html {
  background: var(--bg, #23222b);
  color: var(--fg, #dedede);
}
/* html.light {
  background: #dedede;
  color: #191919;
} */