mirror of
https://github.com/wassname/talk.git
synced 2026-07-05 03:40:38 +08:00
15 lines
265 B
CSS
15 lines
265 B
CSS
/* Here we add global stylings for body and document */
|
|
:global {
|
|
body {
|
|
margin: "0";
|
|
|
|
/* Support for all WebKit browsers. */
|
|
-webkit-font-smoothing: antialiased;
|
|
/* Support for Firefox. */
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
}
|
|
|
|
.root {
|
|
}
|