update heatmap bg color

This commit is contained in:
MuslemRahimi 2025-03-11 02:06:35 +01:00
parent f8da0e49f4
commit 63c55bdf01

View File

@ -124,8 +124,14 @@ def create_treemap(time_period):
<html>
<head>
<style>
.container {{
background-color: #09090B;
body {{
background-color: white;
}}
@media (prefers-color-scheme: dark) {{
body {{
background-color: #09090B;
}}
}}
.plot-container {{