Bot & Automation
Market AI
/root/hermes-projects/Market AI
apps/admin-web/app/globals.css
text
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
color-scheme: light;
}
body {
margin: 0;
background: #f7f7f2;
color: #191a1f;
}
* {
box-sizing: border-box;
}