/*Map { background-color:#000; }
#countries {
line-color:#555;
line-join:round;
line-width:0.5;
}*/
@blue: #00aacc;
@magenta: #ff0094;
@green: #0F0;
@red: #fc0303;
@yellow: #FF0;
@grey: #2d2c2c;
#osm{
marker-width:1;
marker-line-opacity:0;
marker-allow-overlap:true;
marker-fill: @blue; /*all is blue fill 21th*/
[timestamp < 1366502400] /* 1366502400= Sun, 21 Apr 2013 00:00:00 GMT*/
{
marker-fill: @magenta;//this is 20th
}
}
}