mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Add a “neutral” border style for post lists
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user