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 20:20:02 +0300
committerMatthias Held <ilovemilk@wusa.io>2018-09-13 20:20:02 +0300
commit900e31eecdfba9a7bfdaaf0349e293098e149834 (patch)
treeb4b09d4f3b56c4d9eb054c342177dc34d54ec4b9 /css
parent4a1cff97b588e6047168f6d91de92cc6a0d9534f (diff)
Simplify sequence analysis result color coding
Signed-off-by: Matthias Held <matthias.held@uni-konstanz.de>
Diffstat (limited to 'css')
-rw-r--r--css/style.scss12
1 files changed, 0 insertions, 12 deletions
diff --git a/css/style.scss b/css/style.scss
index 79b71f7..1dc1844 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -235,12 +235,6 @@ table {
&.color-blind-yellow {
background-color: rgba(11, 85, 159, .5);
}
- &.orange {
- background-color: #EB9532;
- }
- &.color-blind-orange {
- background-color: rgba(11, 85, 159, .75);
- }
&.red {
background-color: #FF6347;
}
@@ -267,12 +261,6 @@ table {
&.color-blind-yellow {
background-color: rgba(11, 85, 159, .5);
}
- &.orange {
- background-color: #EB9532;
- }
- &.color-blind-orange {
- background-color: rgba(11, 85, 159, .75);
- }
&.red {
background-color: #FF6347;
}