From 4a6fb242bd1161f6eba9e06487f23086b60c1cb2 Mon Sep 17 00:00:00 2001
From: Arpit Jalan <arpit@techapj.com>
Date: Thu, 22 Mar 2018 21:11:47 +0530
Subject: [PATCH] UX: correct styling for Instagram onebox

---
 app/assets/stylesheets/common/base/onebox.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss
index c8d24e0ae6e..1277f7b0ed3 100644
--- a/app/assets/stylesheets/common/base/onebox.scss
+++ b/app/assets/stylesheets/common/base/onebox.scss
@@ -494,8 +494,8 @@ aside.onebox.stackexchange .onebox-body {
   }
 }
 
-.onebox.instagram p {
-  span.instagram-description {
+.onebox.instagram {
+  div.instagram-description {
     color: dark-light-choose($primary-medium, $secondary-medium);
   }
 }