changed color

This commit is contained in:
Timo Bejan 2020-11-16 21:07:43 +02:00
parent 3fbf43063e
commit 9b06cfb517

View File

@ -123,13 +123,13 @@
} }
.ACTIVE { .ACTIVE {
stroke: $primary; stroke: #0389ec;
background-color: $primary; background-color: #0389ec;
} }
.ARCHIVED { .DELETED {
stroke: rgba($red-1, 0.1); stroke: rgba(#0389ec, 0.1);
background-color: rgba($red-1, 0.1); background-color: rgba(#0389ec, 0.1);
} }
.select-oval { .select-oval {