Add a “neutral” border style for post lists

This commit is contained in:
Philipp Oppermann
2017-05-02 08:54:45 +02:00
parent 76c0c4f1da
commit c5622c864e

View File

@@ -41,6 +41,10 @@ main img {
margin-right: -0.5rem; margin-right: -0.5rem;
} }
.posts.neutral {
border: 2px solid #999;
}
.posts.bare-bones { .posts.bare-bones {
border: 2px solid #66f; border: 2px solid #66f;
} }