Skip to content

Commit 0fc454f

Browse files
committed
docs: Added extra Elevation CSS example
1 parent 00adf41 commit 0fc454f

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docs/examples/elevation-profile-colours/index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
fill: purple !important;
3636
}
3737

38+
div.waymark-elevation-container .elevation-control.elevation .area {
39+
stroke: orange !important;
40+
}
41+
3842
div.waymark-container .elevation-polyline {
3943
filter: drop-shadow(1px 1px 0 orange) drop-shadow(-1px -1px 0 orange)
4044
drop-shadow(1px -1px 0 orange) drop-shadow(-1px 1px 0 orange);
@@ -67,7 +71,11 @@ <h1>Elevation Profile Colours</h1>
6771
}
6872
div.waymark-container .waymark-elevation .elevation-control.elevation .area {
6973
fill: purple !important
70-
}</code></pre>
74+
}
75+
div.waymark-elevation-container .elevation-control.elevation .area {
76+
stroke: orange !important;
77+
}
78+
</code></pre>
7179
<p>
7280
Lines with active Elevation Profiles have a white border around them,
7381
this is white by default and can be changed like so:

0 commit comments

Comments
 (0)