JuliusHerrmann b95720e7f1 prompt v1
2022-02-23 02:02:54 +01:00

19 lines
366 B
CSS

html {
margin: 0;
padding: 0;
height: 100vh;
width: 100vw;
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
font-size: 9pt;
}
body {
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}