diff --git a/css/20_map.css b/css/20_map.css index 00e615c22..44c4f50ae 100644 --- a/css/20_map.css +++ b/css/20_map.css @@ -276,18 +276,15 @@ g.turn circle { } .surface.tr path.shadow.related.allow, .surface.tr g.vertex.related.allow .shadow { - stroke: #7a4; - /*stroke: #8cd05f;*/ + stroke: #5b3; } .surface.tr path.shadow.related.restrict, .surface.tr g.vertex.related.restrict .shadow { - stroke: #d75; - /*stroke: #e06d5f;*/ + stroke: #d53; } .surface.tr path.shadow.related.only, .surface.tr g.vertex.related.only .shadow { - stroke: #78f; - /*stroke: #7092ff;*/ + stroke: #68f; } diff --git a/css/80_app.css b/css/80_app.css index 0a43ff642..34f9c3273 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -1910,10 +1910,10 @@ input[type=number] { font-weight: bold; } .restriction-help span.qualifier.allow { - color: #7a4; + color: #8b5; } .restriction-help span.qualifier.restrict { - color: #d75; + color: #d53; } .restriction-help span.qualifier.only { color: #78f;