habitica-self-host/website/client/assets/less/index.less
Matteo Pagliazzi 8805f81b96 Client/inventory WIP (#8527)
* some stable work and faster less recompilation

*  user with zero tasks can use the app

* wip work to show loading status of resources

* revert changes to sync
2017-03-03 15:40:21 +01:00

9 lines
No EOL
232 B
Text

// CSS that doesn't belong to any specific Vue compoennt
@import './utilities';
@import './loading-screen';
body {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}