diff options
| -rw-r--r-- | app/static/view_annotation.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/static/view_annotation.css b/app/static/view_annotation.css index dd291ef..4b4f338 100644 --- a/app/static/view_annotation.css +++ b/app/static/view_annotation.css @@ -32,29 +32,36 @@ rect { .user-2 { fill: #fc8d62; + stroke: #fc8d62; } .user-3 { fill: #8da0cb; + stroke: #8da0cb; } .user-4 { fill: #e78ac3; + stroke: #e78ac3; } .user-5 { fill: #a6d854; + stroke: #a6d854; } .user-6 { fill: #ffd92f; + stroke: #ffd92f; } .user-7 { fill: #e5c494; + stroke: #e5c494; } .user-8 { fill: #b3b3b3; + stroke: #b3b3b3; } |
