Changed heatmap theme to forst

This commit is contained in:
Ari 2026-06-15 01:25:28 +01:00
parent 6e32e57d14
commit a3820fae8e
1 changed files with 1 additions and 1 deletions

View File

@ -142,6 +142,6 @@
<script src="/js/flavors.js"></script> <script src="/js/flavors.js"></script>
<script src="/js/cat.js"></script> <script src="/js/cat.js"></script>
<script src="/js/heatmap.js"></script> <script src="/js/heatmap.js"></script>
<script>ContribHeatmap.render("#contrib", { theme: "trans" });</script> <script>ContribHeatmap.render("#contrib", { theme: "forest" });</script>
</html> </html>