Change annotation weight colors
This commit is contained in:
@@ -104,19 +104,19 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.annotator-hl.weight-1 {
|
.annotator-hl.weight-1 {
|
||||||
background: rgba(255, 255, 10, 0.2);
|
background: #FFF9DA;
|
||||||
}
|
}
|
||||||
.annotator-hl.weight-2 {
|
.annotator-hl.weight-2 {
|
||||||
background: rgba(255, 255, 10, 0.4);
|
background: #FFF5BC;
|
||||||
}
|
}
|
||||||
.annotator-hl.weight-3 {
|
.annotator-hl.weight-3 {
|
||||||
background: rgba(255, 255, 10, 0.6);
|
background: #FFF1A2;
|
||||||
}
|
}
|
||||||
.annotator-hl.weight-4 {
|
.annotator-hl.weight-4 {
|
||||||
background: rgba(255, 255, 10, 0.8);
|
background: #FFEF8C;
|
||||||
}
|
}
|
||||||
.annotator-hl.weight-5 {
|
.annotator-hl.weight-5 {
|
||||||
background: rgba(255, 255, 10, 1);
|
background: #FFE95F;
|
||||||
}
|
}
|
||||||
|
|
||||||
.current-annotation {
|
.current-annotation {
|
||||||
|
|||||||
Reference in New Issue
Block a user