Add "dashed-line" styling to full post list

This commit is contained in:
Hippo 2019-08-04 16:04:25 +05:30
parent c3c896b8bf
commit 7f738bf974
1 changed files with 9 additions and 0 deletions

View File

@ -100,6 +100,15 @@ figure {
background-position: center;
}
/* Article list customisation */
article.post:hover {
border: 0.2em dashed lightgrey;
}
article.post {
border: 0.2em dashed rgba(0,0,0,0);
padding: 0.5em;
}
/* Image Grid */
/* Grid style */
.display-posts-listing.grid {