m2.nz/themes/m10c/assets/css/components/_post.scss

26 lines
315 B
SCSS
Raw Normal View History

2021-11-03 09:23:25 +00:00
.post-title {
color: $lightest-color;
}
.post-content {
& > pre,
.highlight {
margin: 1em 0;
}
& > pre,
.highlight > pre,
.highlight > div {
border-left: 0.4em solid rgba($primary-color, .8);
padding: .5em 1em;
}
img {
max-width: 100%;
}
}
.post-meta {
font-size: 0.8em;
}