Adjust ios theme background bottom (#2136)

This commit is contained in:
Ben Halpern 2019-03-20 18:17:33 -04:00 committed by GitHub
parent 5cc21f5238
commit ce29fcc67c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -954,6 +954,7 @@ article {
.article-actions {
padding: 8px 0px 0px;
border-bottom: 1px solid $tan;
border-bottom: 1px solid var(--theme-background, $tan);
border-top: 1px solid rgba(0, 0, 0, 0.33);
transition: padding 0.33s;
.article-share-action-block {