Merge pull request #225 from pad92/archives

[Feature] Archives
This commit is contained in:
Michael Romero 2019-09-21 00:14:06 -07:00 committed by GitHub
commit b8321f84da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 81 additions and 1 deletions

View file

@ -756,7 +756,7 @@ div.splitbox div.right {
padding: 15px 25px;
}
}
.disqus-comments button:hover,
.disqus-comments button:hover,
.disqus-comments button:focus {
color: #FFF;
background: #0085a1;
@ -804,3 +804,21 @@ h4.see-also {
ul.share li:hover .fab {
transform: scale(1.4)
}
/* --- Archives --- */
.archive .archive-post {
padding: 3px 20px;
padding-top: 3px;
padding-right: 20px;
padding-bottom: 3px;
padding-left: 20px;
border-left: 1px solid #cacaca;
border-left-width: 1px;
border-left-style: solid;
border-left-color: rgb(202, 202, 202);
}
.archive .archive-post .archive-post-time {
margin-right: 10px;
}