mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-07 08:23:55 +00:00
e4823c91d6
chakra ui defines background white, maybe there is a cleaner way to override
10 lines
149 B
CSS
10 lines
149 B
CSS
* {
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.App {
|
|
margin: 0px auto;
|
|
overflow: hidden;
|
|
height: 100vh;
|
|
} |