Files
old-roraccounting/client/src/index.css

22 lines
428 B
CSS
Raw Normal View History

2019-06-20 20:48:19 +02:00
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
2019-06-23 19:38:26 +02:00
html, body {
margin: 0;
height: 100%;
width: 100%;
}
2019-06-20 20:48:19 +02:00
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
2019-06-23 19:38:26 +02:00