Files
turnstone/examples/geo/styles/index.css
Tom Southall 71f41f896c Update split-match version
Tweaks to examples
2022-02-25 22:38:18 +00:00

20 lines
391 B
CSS

html,
body {
padding: 0;
margin: 0;
font-weight: 400;
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;
}
a {
color: inherit;
text-decoration: none;
}
* {
box-sizing: border-box;
}