18 lines
220 B
SCSS

.post-title {
color: $lightest-color;
}
.post-content {
pre {
border-left: 0.4em solid rgba($primary-color, .8);
padding-left: 1em;
}
img {
max-width: 100%;
}
}
.post-meta {
font-size: 0.8em;
}