friends-best/styles/globals.css
2021-07-23 19:35:41 +01:00

18 lines
304 B
CSS

html,
body {
background-color: #2b2b2b;
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
a {
color: inherit;
text-decoration: none;
}
* {
box-sizing: border-box;
}