21 lines
229 B
CSS
21 lines
229 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
|
|
body{
|
|
background-color: #F1EEFF;
|
|
}
|
|
|
|
.navBar{
|
|
background-color: white;
|
|
}
|
|
|
|
.footer{
|
|
background-color: #e0e0ff;
|
|
}
|
|
|
|
.side-bar{
|
|
background-color: #e0e0ff;
|
|
}
|