friends-best/styles/globals.css

18 lines
304 B
CSS
Raw Normal View History

2021-07-23 16:14:54 +00:00
html,
body {
2021-07-23 18:35:41 +00:00
background-color: #2b2b2b;
2021-07-23 16:14:54 +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;
}
a {
color: inherit;
text-decoration: none;
}
* {
box-sizing: border-box;
}