Skip to content

Commit

Permalink
Update uniswap space
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack committed Sep 25, 2020
1 parent db5fabf commit 31aa733
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion spaces/uniswap/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984",
"token": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984",
"core": [],
"min": 0,
"min": 1000,
"invalid": [],
"strategies": [
["uni", {
Expand Down
14 changes: 6 additions & 8 deletions spaces/uniswap/skin.scss
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
.uniswap {
--primary-color: #ff007a;
--bg-color: #FFFFFF;
--text-color: #000000;
--link-color: #565A69;
--text-color: #565b69;
--link-color: #000000;
--heading-color: #ff007a;
--border-color: #FF8CC3;
--border-color: #e1e3e7;
--header-bg: #FFFFFF;

--block-bg: transparent;
}

@media (prefers-color-scheme: dark) {
.uniswap {
--primary-color: #2172E5;
--bg-color: #212429;
--text-color: #FFFFFF;
--link-color: #C3C5CB;
--text-color: #c2c5ca;
--link-color: #FFFFFF;
--heading-color: #2172E5;
--border-color: #3680E7;
--border-color: #40454f;
--header-bg: #212429;

--block-bg: transparent;
}
}

0 comments on commit 31aa733

Please sign in to comment.