chat_f / src /styles /global.css
Levin-Aleksey's picture
start
6222b65
raw
history blame contribute delete
198 Bytes
/* Global styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}