From 700e451ea8c84e6e8fb5e4e38a08290e7d7c787a Mon Sep 17 00:00:00 2001 From: "Jurriaan H. Spaaks" Date: Thu, 14 Apr 2016 14:01:34 +0200 Subject: [PATCH] line.peak style now darker (they were too light to be seen on older screens) --- web/magmaweb/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/magmaweb/static/style.css b/web/magmaweb/static/style.css index 2a7893f..f0d480c 100644 --- a/web/magmaweb/static/style.css +++ b/web/magmaweb/static/style.css @@ -59,7 +59,7 @@ path.moleculeline { line.peak { stroke-width: 2px; - stroke: #eee; + stroke: #bbb; } .marker {