From ce29fcc67caef346257567cc5eb6f70b443a1467 Mon Sep 17 00:00:00 2001 From: Ben Halpern Date: Wed, 20 Mar 2019 18:17:33 -0400 Subject: [PATCH] Adjust ios theme background bottom (#2136) --- app/assets/stylesheets/article-show.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/article-show.scss b/app/assets/stylesheets/article-show.scss index 248a516e4..e5f547867 100644 --- a/app/assets/stylesheets/article-show.scss +++ b/app/assets/stylesheets/article-show.scss @@ -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 {