update heatmap bg color
This commit is contained in:
parent
f8da0e49f4
commit
63c55bdf01
@ -124,9 +124,15 @@ def create_treemap(time_period):
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
.container {{
|
||||
body {{
|
||||
background-color: white;
|
||||
}}
|
||||
|
||||
@media (prefers-color-scheme: dark) {{
|
||||
body {{
|
||||
background-color: #09090B;
|
||||
}}
|
||||
}}
|
||||
|
||||
.plot-container {{
|
||||
width: 1200px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user