FeedTheMonkey/content.css
2015-02-03 21:41:37 +01:00

43 lines
599 B
CSS

body {
font-family: sans-serif;
padding: 1em 1.5em;
font-weight: lighter;
background: #eee;
}
h1 {
font-weight: lighter;
margin: 0;
padding: 0;
}
#date:not(:empty) {
border-bottom: 1px solid #aaa;
margin-bottom: 1em;
padding-bottom: 1em;
display: block;
}
.starred:after {
content: "*";
}
header p {
color: #aaa;
margin: 0;
padding: 0
}
a {
color: #333;
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
}
article {
line-height: 1.6;
}