Files
ontime/client/src/App.css
T
cv e4823c91d6 fix white flash on load
chakra ui defines background white, maybe there is a cleaner way to override
2021-04-23 14:20:58 +02:00

10 lines
149 B
CSS

* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.App {
margin: 0px auto;
overflow: hidden;
height: 100vh;
}