portal-app/src/index.css
2025-02-17 23:23:45 -05:00

20 lines
No EOL
255 B
CSS

@import 'tailwindcss';
:root {
background-color: rgb(84, 4, 131);
color:azure;
}
*,
*:after,
*:before {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
}
body{
font-size: 100%;
list-style-type: none;
}