mirror of
https://github.com/idanoo/m2.nz.git
synced 2024-11-23 00:35:12 +00:00
26 lines
315 B
SCSS
26 lines
315 B
SCSS
.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;
|
|
}
|