blob: b8265a7acf39ff0c0a35236c3bd174c5e7c48989 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
.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;
}
|