Increase contrast between waterways and ski pistes

we can do:
- waterways are more on the green/teal side of blue,
- pistes are more on the red/magenta side of blue
This commit is contained in:
Bryan Housel
2019-02-07 10:36:44 -05:00
parent bb0a47b255
commit 8ec426bd9d
2 changed files with 8 additions and 8 deletions

View File

@@ -2,13 +2,13 @@
/* defaults */
.preset-icon .icon.tag-waterway.other-line {
color: #77d3de;
fill: #77d3de;
color: #7dd;
fill: #7dd;
}
.preset-icon .icon.iD-category-water,
.preset-icon .icon.tag-type-waterway,
.preset-icon .icon.tag-waterway {
color: #77d3de;
color: #7dd;
fill: #fff;
}
@@ -38,10 +38,10 @@ path.line.fill.tag-waterway {
fill: rgba(119, 211, 222, 0.3);
}
path.line.casing.tag-waterway {
stroke: #3d6c71;
stroke: #444;
}
path.line.stroke.tag-waterway {
stroke: #77d3de;
stroke: #7dd;
}
@@ -91,9 +91,9 @@ path.line.stroke.tag-waterway-river {
/* ditch */
.preset-icon .icon.tag-waterway-ditch {
color: #8eabf3;
color: #39a;
}
path.line.stroke.tag-waterway-ditch {
stroke: #8eabf3;
stroke: #39a;
}

View File

@@ -93,7 +93,7 @@ path.line.casing.tag-aerialway {
/* pistes */
path.line.stroke.tag-piste {
stroke: #9ac;
stroke: #a9d;
}
path.line.casing.tag-piste {
stroke: #444;