diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 2bc7b32..56627aa 100644 --- a/static/style.css +++ b/static/style.css @@ -70,7 +70,7 @@ footer { list-style-type: none; width: 45%; display: inline-flex; - /* background-color: pink; */ + background-color: pink; min-height: 350px; margin-bottom: 7px; overflow: hidden; @@ -87,6 +87,31 @@ footer { flex-direction: row-reverse; } +#power_table { + width: 90%; +} + +#header_row { + background-color: black; +} + +#header_row td { + color: #f1f3f3; + font-weight: bold; +} + +#power_table tr { + margin-bottom: 3px; +} + +#last_updated_ul { + font-size: small; +} + +#sum_row { + background-color: gainsboro; +} + @media screen and (max-width: 1200px) { #multicharts ul li { width: 100%; |