Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save projoomexperts/aa30f272c45512ae7d3d321d152e1547 to your computer and use it in GitHub Desktop.
Save projoomexperts/aa30f272c45512ae7d3d321d152e1547 to your computer and use it in GitHub Desktop.
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
span.item-metal, span.item-bid, span.item-ask, span.item-change.is-down, span.item-ask{
font-family: "Open Sans";
font-size: 13px;
line-height: 18px;
text-transform: uppercase;
}
span.item-metal{
color: #c2c2c2;
font-weight: 400;
}
span.item-bid, span.item-ask{
color: white;
font-weight: 600;
}
span.item-change.is-down{
color: #ff5353;
font-weight: 600;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment