index.community/frontend/src/index.css

12 lines
290 B
CSS
Raw Normal View History

2018-08-27 15:27:09 +00:00
html, body {
2018-08-27 11:41:01 +00:00
margin: 0;
padding: 0;
font-family: sans-serif;
2018-08-27 15:27:09 +00:00
background-color: #30404D;
height: 100%;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Icons16,sans-serif;
2018-08-27 11:41:01 +00:00
}
2018-08-27 15:27:09 +00:00
.fediverse-welcome {
margin-top: 50px;
}