Compare commits
3 commits
customise-
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
a6f6fa6ecb | ||
|
01d0fad9dd | ||
|
7f738bf974 |
2 changed files with 15 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
.idea/
|
.idea/
|
||||||
|
*.geany
|
||||||
|
|
14
style.css
14
style.css
|
@ -100,6 +100,20 @@ figure {
|
||||||
background-position: center;
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Don't put dotted lines for single articles */
|
||||||
|
.single article.post:hover {
|
||||||
|
border: 0.2em dashed rgba(0,0,0,0);
|
||||||
|
}
|
||||||
|
|
||||||
/* Image Grid */
|
/* Image Grid */
|
||||||
/* Grid style */
|
/* Grid style */
|
||||||
.display-posts-listing.grid {
|
.display-posts-listing.grid {
|
||||||
|
|
Loading…
Reference in a new issue