Thun/docs/html/css/site.css

32 lines
406 B
CSS

body {
background: #fff;
color: black;
font-family: 'EB Garamond 12';
}
footer {
margin-top: 2em;
font-family: 'EB Garamond SC 08';
font-size: x-small;
text-align: center;
}
pre {
font-size: large;
margin-left: 2em;
margin-bottom: 1em;
font-family: 'Inconsolata';
}
blockquote {
background: #eee;
background: #eee;
border-left: 0.2em solid black;
padding: 0.5em;
}
img {
width: 30%;
}