Add "dashed-line" styling to full post list
This commit is contained in:
parent
c3c896b8bf
commit
7f738bf974
1 changed files with 9 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue