mapshaper 0.7.4 → 0.7.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/www/page.css CHANGED
@@ -792,6 +792,10 @@ body.console-open .map-area {
792
792
  color: #f93b00;
793
793
  }
794
794
 
795
+ .console-warn {
796
+ color: #f5b542;
797
+ }
798
+
795
799
  .console-message {
796
800
  color: #eddd98;
797
801
  }