From d3d66819027e39dc3f36b554fca1b4cbce6fa3d0 Mon Sep 17 00:00:00 2001 From: Amaia Castro Date: Thu, 2 Mar 2017 16:55:16 +0100 Subject: [PATCH] Change annotation weight colors --- app/assets/stylesheets/annotator_overrides.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/annotator_overrides.scss b/app/assets/stylesheets/annotator_overrides.scss index 020fa8c3b..5132d68eb 100644 --- a/app/assets/stylesheets/annotator_overrides.scss +++ b/app/assets/stylesheets/annotator_overrides.scss @@ -104,19 +104,19 @@ } .annotator-hl.weight-1 { - background: rgba(255, 255, 10, 0.2); + background: #FFF9DA; } .annotator-hl.weight-2 { - background: rgba(255, 255, 10, 0.4); + background: #FFF5BC; } .annotator-hl.weight-3 { - background: rgba(255, 255, 10, 0.6); + background: #FFF1A2; } .annotator-hl.weight-4 { - background: rgba(255, 255, 10, 0.8); + background: #FFEF8C; } .annotator-hl.weight-5 { - background: rgba(255, 255, 10, 1); + background: #FFE95F; } .current-annotation {