improves color palette for annotation weights

This commit is contained in:
decabeza
2017-06-28 13:40:44 +02:00
parent a97130934a
commit ef1a416b50

View File

@@ -102,27 +102,27 @@
.annotator-hl { .annotator-hl {
cursor: pointer; cursor: pointer;
background: rgba(255, 255, 10, 0.2); background: rgba(255, 249, 218, 0.75);
}
.annotator-hl.weight-1 { &.weight-1 {
background: #fff9da; background: #fff9da;
} }
.annotator-hl.weight-2 { &.weight-2 {
background: #fff5bc; background: #f4f7be;
} }
.annotator-hl.weight-3 { &.weight-3 {
background: #fff1a2; background: #fff5b2;
} }
.annotator-hl.weight-4 { &.weight-4 {
background: #ffef8c; background: #f9e784;
} }
.annotator-hl.weight-5 { &.weight-5 {
background: #ffe95f; background: #eec643;
}
} }
.current-annotation { .current-annotation {