Move testing posts to their own section

This commit is contained in:
Philipp Oppermann
2018-05-18 18:16:10 +02:00
parent e293fbdb07
commit 5cffdc4d8c
2 changed files with 13 additions and 0 deletions

View File

@@ -67,6 +67,10 @@ main img {
border: 2px solid #66f;
}
.posts.testing {
border: 2px solid #0c0;
}
.posts.memory-management {
border: 2px solid #cc0;
}
@@ -102,6 +106,10 @@ main img {
color: #55d;
}
.post-category.testing {
color: #090;
}
.post-category.memory-management {
color: #990;
}