bune.city/assets/style.css

50 lines
633 B
CSS

body {
font-family: sans-serif;
}
h1 {
font-family: "Playfair Display";
text-align: center;
}
/* h1#post-title {
} */
#post-content h2 {
background: linear-gradient(to right, #9fc 0px 5px, transparent 5px 100%);
padding-left: 7px;
margin-left: -7px;
}
#post-info {
color: #333;
}
/* post listings */
.post {
padding: 5px;
margin: 10px 0;
border-bottom: thin #aaa solid;
}
.post a {
color: #222;
text-decoration: none;
}
.post h2 {
margin-bottom: 5px;
}
.post-excerpt h2 {
display: none;
}
/* post view */
#post-content #post-info {
text-align: center;
display: block;
}
#main {
width: 90%;
margin: 0 auto;
}