diff --git a/PV_Visu/module.html b/PV_Visu/module.html index d8579c9..7dddb06 100644 --- a/PV_Visu/module.html +++ b/PV_Visu/module.html @@ -5,7 +5,7 @@ html, body { margin: 0; padding: 4px; background: transparent; } #pv_visu { padding-top: 10px; } .bar-block { margin-bottom: 20px; } - .bar-title { font-size: 1em; font-weight: bold; margin-bottom: 4px; color: #333; } + .bar-title { font-size: 1.4em; font-weight: bold; margin-bottom: 4px; color: #ffffff; } .bar-container { width: 100%; background: #eee; border-radius: 4px; overflow: hidden; height: 24px; position: relative; } .bar { height: 100%; float: left; position: relative; } .bar span { position: absolute; width: 100%; text-align: center; line-height: 24px; font-size: 0.8em; color: #fff; } @@ -13,7 +13,7 @@ .bar-feed { background: #8BC34A; } .bar-pv { background: #FF9800; } .bar-grid { background: #FF5722; } - .value-text { font-size: 0.8em; margin-top: 4px; color: #555; } + .value-text { font-size: 1.2em; margin-top: 4px; color: #ffffff; }