seycara/styles/globals.css

9 lines
122 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
background-color: #161817;
color: #dfcbcd;
}