Add heatmap js and css
This commit is contained in:
parent
dd5ae4c9ef
commit
e250019862
3 changed files with 81 additions and 0 deletions
6
assets/css/heatmap.css
Normal file
6
assets/css/heatmap.css
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
:root{
|
||||
--color-empty: #F5F5F5;
|
||||
--color-low: #BDD7EE;
|
||||
--color-mid: #2E86C1;
|
||||
--color-high: #1A5276
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue