mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 11:40:25 +00:00
* 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
9 lines
No EOL
232 B
Text
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;
|
|
} |