seycara/styles/globals.css

10 lines
122 B
CSS
Raw Permalink Normal View History

2024-09-07 12:47:58 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
background-color: #161817;
color: #dfcbcd;
}