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,9 +124,15 @@ def create_treemap(time_period):
<html> <html>
<head> <head>
<style> <style>
.container {{ body {{
background-color: white;
}}
@media (prefers-color-scheme: dark) {{
body {{
background-color: #09090B; background-color: #09090B;
}} }}
}}
.plot-container {{ .plot-container {{
width: 1200px; width: 1200px;