mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
slightly suppress onebox metadata
This commit is contained in:
parent
d0c5dc9280
commit
2ef1dca335
@ -335,6 +335,10 @@ aside.onebox.stackexchange .onebox-body img {
|
|||||||
max-width: 10%;
|
max-width: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.onebox-metadata {
|
||||||
|
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
|
||||||
|
}
|
||||||
|
|
||||||
// mobile specific style
|
// mobile specific style
|
||||||
.mobile-view article.onebox-body {
|
.mobile-view article.onebox-body {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user