mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
34 lines
573 B
CSS
34 lines
573 B
CSS
body {
|
|
font: 14px "Lato", Arial, sans-serif;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 160%;
|
|
}
|
|
|
|
.inline {
|
|
display: inline;
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
}
|