27 lines
424 B
CSS
27 lines
424 B
CSS
|
|
|
||
|
|
|
||
|
|
body {
|
||
|
|
background: #fff;
|
||
|
|
color: #333;
|
||
|
|
line-height: 1;
|
||
|
|
}
|
||
|
|
/* =Global
|
||
|
|
----------------------------------------------- */
|
||
|
|
|
||
|
|
body, input, textarea {
|
||
|
|
color: #373737;
|
||
|
|
font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||
|
|
font-weight: 300;
|
||
|
|
line-height: 1.625;
|
||
|
|
}
|
||
|
|
strong {
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
blockquote {
|
||
|
|
font-family: Georgia, "Bitstream Charter", serif;
|
||
|
|
font-style: italic;
|
||
|
|
font-weight: normal;
|
||
|
|
margin: 0 3em;
|
||
|
|
}
|
||
|
|
|