Add new “interrupts” section to index page (#165)

This commit is contained in:
Philipp Oppermann
2016-05-28 16:03:42 +02:00
parent 11cc57b59d
commit 929e72c8a7
2 changed files with 15 additions and 0 deletions

View File

@@ -48,6 +48,10 @@ main img {
border: 2px solid #cc0;
}
.posts.interrupts {
border: 2px solid #f66;
}
.posts hr {
margin: 2rem 0;
}
@@ -67,6 +71,10 @@ main img {
color: #990;
}
.post-category.interrupts {
color: #f33;
}
.PageNavigation {
font-size: 0.9em;
display: table;