diff --git a/src/WebOTA.cpp b/src/WebOTA.cpp index 54161a4..ef33673 100644 --- a/src/WebOTA.cpp +++ b/src/WebOTA.cpp @@ -96,7 +96,7 @@ const char ota_upload_form[] PROGMEM = R"!^!( margin-right: 20px; border: 1px solid gray; background: #37b837; - background-image: linear-gradient(to bottom,#59ef59 0, #55982f 100%%); + background-image: linear-gradient(to bottom,#59ef59 0, #55982f 100%); padding: 10px 20px; border-radius: 4px; color: #fff; @@ -109,11 +109,11 @@ const char ota_upload_form[] PROGMEM = R"!^!( width: 10em; margin-top: 12px; - background-image: linear-gradient(to bottom,#428bca 0,#2d6ca2 100%%); + background-image: linear-gradient(to bottom,#428bca 0,#2d6ca2 100%); } input[type=file]::file-selector-button:hover { - background-image: linear-gradient(to bottom,#8ef88e 0, #4e9029 100%%); + background-image: linear-gradient(to bottom,#8ef88e 0, #4e9029 100%); } .prog_bar { @@ -122,18 +122,18 @@ const char ota_upload_form[] PROGMEM = R"!^!( padding: 5px 0; display: none; border: 1px solid #7c7c7c; - background-image: linear-gradient(to right,#d2d2d2 0,#2d2d2d 100%%); + background-image: linear-gradient(to right,#d2d2d2 0,#2d2d2d 100%); line-height: 1.3em; border-radius: 4px; text-align: center; color: white; - font-size: 250%%; + font-size: 250%; }
-