cash-stacks/frontend/src/index.css
2021-04-14 18:41:50 -06:00

12 lines
169 B
CSS

@import '~antd/dist/antd.dark.css';
* {
box-sizing: border-box;
}
body {
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}