Add heatmap js and css

This commit is contained in:
Alex Selimov 2026-05-11 09:39:35 -04:00
parent dd5ae4c9ef
commit e250019862
3 changed files with 81 additions and 0 deletions

6
assets/css/heatmap.css Normal file
View file

@ -0,0 +1,6 @@
:root{
--color-empty: #F5F5F5;
--color-low: #BDD7EE;
--color-mid: #2E86C1;
--color-high: #1A5276
}