diff --git a/_FIRMWARE/firmwares/WIFI Configuration Page/index.html b/_FIRMWARE/firmwares/WIFI Configuration Page/index.html index 747ecc2..82f9395 100644 --- a/_FIRMWARE/firmwares/WIFI Configuration Page/index.html +++ b/_FIRMWARE/firmwares/WIFI Configuration Page/index.html @@ -12,16 +12,37 @@ html { display: table; margin: auto; + font-family: "Metropolis", sans-serif; } body { display: table-cell; vertical-align: middle; + background: #182239; + color: #d4def7; } + input { width: 100%; - box-sizing: border-box + box-sizing: border-box; + line-height: 1.5; + background: #121a2b; + border-radius: 3px; + border: 0px solid transparent; + color: #d4def7; + padding: 0.5em 0.8em; + height: 2.5rem; + line-height: 1.5; + background: #121a2b; + width: 100%; + display: block; + } + + a{ + display: block; + color: #DDE7F5; + text-decoration:underline; }