slightly suppress onebox metadata

This commit is contained in:
Jeff Atwood 2016-06-07 00:26:38 -07:00
parent d0c5dc9280
commit 2ef1dca335
1 changed files with 4 additions and 0 deletions

View File

@ -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;