From 4fd9a5dd0ebec7c55d0df085c0e1e5ed7ebb7994 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Wed, 9 Mar 2016 01:34:34 -0800 Subject: [PATCH] Revert "Make tertiary road yellowish" This reverts commit e041b31e26f1762e7b963f74f72c769589c43428. --- roads.mss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roads.mss b/roads.mss index 0b517edcfb..87a40f16c0 100644 --- a/roads.mss +++ b/roads.mss @@ -5,7 +5,7 @@ @trunk-fill: #f9b29c; // Lch(79,33,42), error 0.7 @primary-fill: #fcd6a4; // Lch(88,31,74), error 1.7 @secondary-fill: #f7fabf; // Lch(97,29,106), error 1.7 -@tertiary-fill: #feffdf; +@tertiary-fill: #ffffff; @residential-fill: #ffffff; @service-fill: @residential-fill; @living-street-fill: #ededed;