Add styling for upcoming multitasking chapter

This commit is contained in:
Philipp Oppermann
2020-01-28 16:05:04 +01:00
parent 78f55a701f
commit 9924ed0b13

View File

@@ -86,6 +86,10 @@ main img {
border: 2px solid #f66; border: 2px solid #f66;
} }
.posts.multitasking {
border: 2px solid #556b2f;
}
.posts hr { .posts hr {
margin: 2rem 0; margin: 2rem 0;
} }
@@ -121,6 +125,10 @@ main img {
color: #f33; color: #f33;
} }
.post-category.multitasking {
color: #556b2f;
}
.post-footer-support { .post-footer-support {
margin-top: 2rem; margin-top: 2rem;
} }