aboutsummaryrefslogtreecommitdiff
path: root/styles/globals.css
blob: 6444bb046ad9be3720b5ccb9a9724cf34f857150 (plain) (blame)
1
2
3
4
5
6
7
8
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700,800");
@tailwind base;
@tailwind components;
@tailwind utilities;

html.dark {
  background: bg-slate-900;
}