Skip to content

Commit

Permalink
fix Stellar CSS color
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Allien committed Jul 7, 2018
1 parent 392be11 commit 0cdf75b
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ Please see [Contributing guidelines](CONTRIBUTING.md) before submitting your PRs

| Version | Changes |
| :------ | :------ |
| **2.8** | community update: @bradrisse added BCY, BELA, BURST, Civic (CVC), EMC2, Expanse (EXP), FLDC, HUC, MARKS (BTM), Navcoin (NAV), PASC, RIC, Viacoin (VIA), XBC, XVC, ZRX and updated Lisk (LSK) |
| **2.8** | community update: @bradrisse added BCY, BELA, BURST, Civic (CVC), Einsteinium (EMC2), Expanse (EXP), FLDC, HUC, MARKS (BTM), Navcoin (NAV), PASC, RIC, Viacoin (VIA), XBC, XVC, ZRX and updated Lisk (LSK) + updated Stellar (STR → XLM) |
| **2.7** | contributor @quoid added Ark (ARK), Byteball (GBYTE), Bytom (BTM), Cardano (ADA), QTUM (QTUM), SALT (SALT), Zcoin (XZC) – thanks much! + correctly renamed LISK → LSK and BCC → BCH |
| **2.6** | fixed webfonts (again) & added webfont demo file, icons: added Bitcoin Cash (BCC), Decent (DCT), EOS (EOS), Golos (GOLOS), Monaco (MCO), NEO (NEO), OmiseGO (OMG), Particl (PART), Tezos (XTZ) |
| **2.5** | added Basic Attention Token (BAT), IOTA (IOTA), Gnosis (GNO), Radium (RADS) |
2 changes: 1 addition & 1 deletion webfont/cryptocoins-colors.css
Original file line number Diff line number Diff line change
@@ -124,7 +124,6 @@
.SNRG { color: #160363; }
.START { color: #01AEF0; }
.STEEM { color: #1A5099; }
.STR { color: #08B5E5; }
.STRAT { color: #2398dd; }
.SWIFT { color: #428BCA; }
.SYNC { color: #008DD2; }
@@ -146,6 +145,7 @@
.XBS { color: #d3261d; }
.XCP { color: #EC1550; }
.XEM { color: #41bf76; }
.XLM { color: #08B5E5; }
.XMR { color: #FF6600; }
.XPM { color: #e5b625; }
.XRP { color: #346AA9; }

0 comments on commit 0cdf75b

Please sign in to comment.