From 104e8cea5cdcf295b8a948500eab8066440ebcd3 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 20 Feb 2018 16:16:10 -0500 Subject: [PATCH] Adjust color for better visibility --- css/20_map.css | 9 +++------ css/80_app.css | 4 ++-- 2 files changed, 5 insertions(+), 8 deletions(-) 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;