modmapper-web/styles/globals.css
Tyler Hallada 6d27db3122 Add layer to show cells a selected cell edits
Also removes the link color to make links clearer.
2022-02-06 22:00:14 -05:00

15 lines
268 B
CSS

html,
body,
div#__next {
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%;
}
* {
box-sizing: border-box;
}