cross links plugin: slightly darker red for link highlights - makes it easier to see when combined with red-heavy portal highlighters

This commit is contained in:
Jon Atkins 2014-07-05 04:59:20 +01:00
parent d0b3da0183
commit b77b4125ff

View File

@ -207,7 +207,7 @@ window.plugin.crossLinks.testLink = function (link) {
window.plugin.crossLinks.showLink = function(link) {
var poly = L.geodesicPolyline(link.getLatLngs(), {
color: '#f11',
color: '#d22',
opacity: 0.7,
weight: 5,
clickable: false,