From 753a4fc3697e1f041c9d40e9db5c728ce596c81d Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Tue, 21 Nov 2017 16:39:09 +0530 Subject: [PATCH] UX: make onebox timestamp consistent with header --- app/assets/stylesheets/common/base/onebox.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index efb07b12f01..15c81fb9a5d 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -437,6 +437,9 @@ aside.onebox.stackexchange .onebox-body { // whitelistedgeneric twitter labels .onebox.whitelistedgeneric { + .label1, .label2 { + color: dark-light-choose($primary-medium, $secondary-medium); + } .label1 { float: left; }