blob: 2531ef2c7e31880814c5fe88991f4e195955fc70 (
plain) (
tree)
|
|
body {
font-family: 'Arial', 'Helvetica', sans-serif;
background-color: #fcfcf9;
}
header {
text-align: center;
}
header img#logo {
height: 10rem;
}
header img#logofloat {
float: right;
height: 5rem;
}
main {
max-width: 50rem;
padding: 1.5rem;
margin: auto;
}
span.single-date {
color: grey;
}
pre {
background: #eeebee;
padding: 1rem;
overflow: scroll;
}
pre code {
color: inherit;
background-color: inherit;
}
code {
color: #911;
background-color: #eee;
}
/**/
article.list-item {
margin: 1rem;
}
span.list-item-date {
text-align: right;
float: right;
color: grey;
}
footer {
margin: 2rem 0 1rem;
text-align: center;
}
|