modmapper-web/styles/globals.css

20 lines
318 B
CSS
Raw Normal View History

2022-01-14 04:24:18 +00:00
html,
body,
div#__next {
2022-01-14 04:24:18 +00:00
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
width: 100%;
height: 100%;
2022-01-14 04:24:18 +00:00
}
a {
color: inherit;
text-decoration: none;
}
* {
box-sizing: border-box;
}