lib/git/heatmap/templates/series/main.css in git-heatmap-0.2.0 vs lib/git/heatmap/templates/series/main.css in git-heatmap-0.2.1

- old
+ new

@@ -60,9 +60,13 @@ height: var(--box-size); flex-shrink: 0; } +.heatmap ul.data li:hover { + background-color: rgba(0, 0, 0, 0.1); +} + .heatmap .hover .box, .heatmap ul.paths li.hover { background-color: rgba(0, 0, 0, 0.2); } .heatmap .paths {