brokenco.de/assets/css/apache.css

35 lines
499 B
CSS

body {
background-color: #fff;
}
.container {
max-width: calc(800px);
margin-left: auto;
margin-right: auto;
}
#site-title a:link, #site-title a:visited, #post-title {
font-family: "Times New Roman", Times, Georgia, serif;
color: #000;
}
#subheader {
}
#post {
font-family: "Source Serif Pro", serif;
}
.apache-nav {
font-family: Courier, "Courier New", mono;
}
.apache-nav a:hover {
color: #000;
}
img {
vertical-align: middle;
max-width: 100%;
}