Add list of tags post

This commit is contained in:
Jeremy Thomas
2017-08-03 20:46:00 +01:00
parent 941d86da28
commit 3b37e2c0e7
7 changed files with 32 additions and 4 deletions

View File

@@ -2310,6 +2310,7 @@ a.box:active {
}
.content figure {
margin: 2em;
text-align: center;
}
@@ -10269,6 +10270,10 @@ html.route-index #carbon {
background-color: #6f5499;
}
.article-image.is-orange {
background-color: #ff470f;
}
.article-image:hover .article-overlay {
opacity: 0.25;
}