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); } }