34 lines
419 B
CSS
34 lines
419 B
CSS
/**
|
|
* Email only stylesheet
|
|
*
|
|
*/
|
|
body {
|
|
-webkit-text-size-adjust: none;
|
|
-ms-text-size-adjust: none;
|
|
background-color: #FFF;
|
|
font-weight: 400;
|
|
color: #555;
|
|
margin: 0
|
|
}
|
|
|
|
.grid {
|
|
background-color: #FFF
|
|
|
|
}
|
|
|
|
.grid a {
|
|
color: #8dba25
|
|
}
|
|
|
|
.grid-block {
|
|
min-width: 300px;
|
|
max-width: 600px;
|
|
margin: 0 auto;
|
|
color: #333
|
|
}
|
|
|
|
h1 {
|
|
font-weight: 100;
|
|
font-size: 1.5em
|
|
}
|