Revert "[Feature] Archives"

This commit is contained in:
Michael Romero 2019-09-21 00:46:12 -07:00 committed by GitHub
commit 65bb38fad0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 81 deletions

View file

@ -764,7 +764,7 @@ div.splitbox div.right {
padding: 15px 25px;
}
}
.disqus-comments button:hover,
.disqus-comments button:hover,
.disqus-comments button:focus {
color: #FFF;
background: #0085a1;
@ -812,21 +812,3 @@ 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;
}