1
Fork 0
galene/static/common.css

35 lines
573 B
CSS
Raw Normal View History

2020-04-24 19:38:21 +02:00
body {
font: 14px "Lato", Arial, sans-serif;
}
h1 {
font-size: 160%;
}
.inline {
display: inline;
}
2020-08-27 21:17:46 +02:00
body {
overflow-x: hidden;
}
body, html {
height: 100%;
}
body {
margin: 0;
font-family: Metropolis,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #687281;
text-align: left;
background-color: #eff3f9;
}
*, :after, :before {
box-sizing: border-box;
2020-04-24 19:38:21 +02:00
}