Bisq dashboard: Change color between red/green when price changes

This commit is contained in:
softsimon
2021-05-13 19:23:43 +04:00
parent bbd21c9401
commit 5aa57d6df9
4 changed files with 35 additions and 2 deletions

View File

@@ -218,6 +218,10 @@ body {
color: #3bcc49;
}
.red-color {
color: #dc3545;
}
.yellow-color {
color: #ffd800;
}