Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorMatthias Held <ilovemilk@wusa.io>2018-09-13 22:59:53 +0300
committerMatthias Held <ilovemilk@wusa.io>2018-09-13 22:59:53 +0300
commit74dc7cd847de8521208da964236d87e1b4bfa087 (patch)
treee788e27665630f29e58ec97be342bb9d052f5ec0 /css
parent7d990924d2f0182f6ef2c94099dae858f2e03823 (diff)
Simplify sequence analysis color coding
Signed-off-by: Matthias Held <matthias.held@uni-konstanz.de>
Diffstat (limited to 'css')
-rw-r--r--css/style.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/css/style.scss b/css/style.scss
index 1dc1844..6833c2c 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -317,10 +317,6 @@ table {
}
.suspicion-level-2 {
- background-color: #EB9532;
-}
-
-.suspicion-level-3 {
background-color: #FF6347;
}