X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/0478c8e026c995e8bcc5f0c05fec6013d2aeaa8c..94b0847841c4f5a81b08f282654c41830c611d28:/web/static/seepark_web.css?ds=inline diff --git a/web/static/seepark_web.css b/web/static/seepark_web.css index 9113003..e3711ff 100644 --- a/web/static/seepark_web.css +++ b/web/static/seepark_web.css @@ -23,3 +23,18 @@ #openweathermap-widget-15 { width: 300px; } + +#current, #currentair, #currentwater { + margin: 0 auto; + text-align: center; + padding: 1em; + max-width: 20em; +} + +#currentair { + background-color: lightblue; +} + +#currentwater { + background-color: lightgreen; +}