cash-stacks/frontend/src/index.css

12 lines
169 B
CSS
Raw Normal View History

2021-03-17 02:15:33 +00:00
@import '~antd/dist/antd.dark.css';
2021-04-15 00:41:50 +00:00
* {
box-sizing: border-box;
}
2021-03-17 02:15:33 +00:00
body {
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}