Files
cstb-next/src/styles/globals.css

22 lines
362 B
CSS
Raw Normal View History

2024-09-20 02:28:25 +08:00
@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu,
Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
2024-09-20 10:14:36 +08:00
background: transparent;
2024-09-20 02:28:25 +08:00
}
a {
color: inherit;
text-decoration: none;
}
* {
box-sizing: border-box;
}