Files
market/static/trading/css/trading.css

18 lines
185 B
CSS
Raw Normal View History

.debit {
color: red;
/*font-weight: bold;*/
}
.debit:before {
content: "(";
}
.debit:after {
content: ")";
}
.credit {
color: black;
/*font-weight: bold;*/
}