aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css/flowtable.less
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/css/flowtable.less')
-rw-r--r--web/src/css/flowtable.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/src/css/flowtable.less b/web/src/css/flowtable.less
index b18a71fa..38f5e0e8 100644
--- a/web/src/css/flowtable.less
+++ b/web/src/css/flowtable.less
@@ -27,10 +27,10 @@
background-color: hsla(209, 52%, 84%, 0.5) !important;
}
&.highlighted {
- background-color: hsla(48, 100%, 50%, 0.4) !important;
+ background-color: hsla(48, 100%, 50%, 0.4);
}
&.highlighted:nth-child(even) {
- background-color: hsla(48, 100%, 50%, 0.5) !important;
+ background-color: hsla(48, 100%, 50%, 0.5);
}
}