Search
About
Datasets
Models
Log In
Sign Up
Log In
Sign Up
Models
:
Robert-Orr
/
stress-detection
Like
0
Downloads: 1
Card
Git
Discussions
Diff of
/client/src/index.css
[000000] ..
[0d34a1]
Switch to unified view
a
b/client/src/index.css
1
@tailwind base;
2
@tailwind components;
3
@tailwind utilities;
4
5
body {
6
@apply bg-indigo-900 text-white;
7
}