Add back deleted css block
This commit is contained in:
@@ -37,6 +37,20 @@
|
|||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
html,
|
||||||
|
body {
|
||||||
|
margin: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
font-family: InterVariable, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Liberation Sans', Helvetica, Arial, sans-serif;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
/* Platform-specific reset */
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
|
-webkit-text-size-adjust: 100%;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
-ms-overflow-style: scrollbar;
|
||||||
|
font-synthesis-weight: none;
|
||||||
|
}
|
||||||
:root {
|
:root {
|
||||||
--text: black;
|
--text: black;
|
||||||
--background: white;
|
--background: white;
|
||||||
|
|||||||
Reference in New Issue
Block a user