diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index 13e1fac0621..a31a4b4aa6b 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -335,6 +335,10 @@ aside.onebox.stackexchange .onebox-body img { max-width: 10%; } +.onebox-metadata { + color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%)); +} + // mobile specific style .mobile-view article.onebox-body { border-top: none;