habitica-self-host/website/client/assets/less/index.less

9 lines
248 B
Text
Raw Normal View History

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