Pinafore-Web-Client-Frontend/assets/global.css

29 lines
460 B
CSS
Raw Normal View History

2018-01-07 00:51:25 +01:00
body {
margin: 0;
2018-01-07 06:05:49 +01:00
font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
2018-01-07 00:51:25 +01:00
font-size: 14px;
line-height: 1.5;
color: #333;
}
main {
position: relative;
2018-01-07 07:04:43 +01:00
max-width: 800px;
padding: 25px;
2018-01-07 00:51:25 +01:00
margin: 0 auto;
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 0.5em 0;
font-weight: 400;
line-height: 1.2;
}
h1 {
font-size: 2em;
}
a {
color: inherit;
}