dc8598ae81
* wip: add guilds discovery page * add public guilds page * fix and add tests for the groups utilities mixin
10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
// CSS that doesn't belong to any specific Vue compoennt
|
|
@import './utilities';
|
|
@import './forms';
|
|
@import './loading-screen';
|
|
|
|
body {
|
|
text-rendering: optimizeLegibility;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
} |