From 2ef1dca335558362f758b97330ec771e1f7b089b Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 7 Jun 2016 00:26:38 -0700 Subject: [PATCH] slightly suppress onebox metadata --- app/assets/stylesheets/common/base/onebox.scss | 4 ++++ 1 file changed, 4 insertions(+) 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;