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