매수, 매도 색상 수정
This commit is contained in:
@@ -439,8 +439,8 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.btd-table td.buy { color: var(--down, #3b82f6); font-weight: 700; }
|
||||
.btd-table td.sell { color: var(--up, #ef4444); font-weight: 700; }
|
||||
.btd-table td.buy { color: var(--gc-trade-buy); font-weight: 700; }
|
||||
.btd-table td.sell { color: var(--gc-trade-sell); font-weight: 700; }
|
||||
.btd-table td.up { color: #22c55e; font-weight: 700; }
|
||||
.btd-table td.down { color: #ef4444; font-weight: 700; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user