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

12 lines
232 B
SCSS
Raw Normal View History

// CSS that doesn't belong to any specific Vue compoennt
@import './forms';
html, body {
height: 100%;
}
body {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}