diff --git a/static/site.css b/static/site.css index 3ce6933..b7e6922 100644 --- a/static/site.css +++ b/static/site.css @@ -83,3 +83,10 @@ body * { .flex-item-shrink { flex: 0 1 auto; } + +timeseries-graph { + background-color: var(--paper-background-color); + border-radius: 4px; + display: flex; + flex-direction: column; +}