diff --git a/stregsystem/templates/stregsystem/purchase_heatmap.html b/stregsystem/templates/stregsystem/purchase_heatmap.html
index 3ab9af84..ded5dc4b 100644
--- a/stregsystem/templates/stregsystem/purchase_heatmap.html
+++ b/stregsystem/templates/stregsystem/purchase_heatmap.html
@@ -67,8 +67,6 @@
.heatmap-label {
position: relative;
padding: .125em .5em .125em 0;
- color: black;
- fill: black;
font-size: 12.5pt;
}
.heatmap-label-first {
@@ -101,9 +99,12 @@
.heatmap-cell:hover {
border-radius: 5px;
}
+ .heatmap-mode-button {
+ font-weight: normal;
+ }
.heatmap-mode-button[data-active="yes"] {
text-decoration: none;
- color: black;
+ font-weight: bold;
cursor: default;
}