diff --git a/public/map.js b/public/map.js index 54abe70f..baa40e9b 100644 --- a/public/map.js +++ b/public/map.js @@ -66,7 +66,7 @@ var hs = node.hash_size || 1; // Show the short mesh hash ID (first N bytes of pubkey, uppercased) var shortHash = node.public_key ? node.public_key.slice(0, hs * 2).toUpperCase() : '??'; - var bgColor = node.hash_size ? s.color : '#888'; + var bgColor = s.color; var html = '