From 980c1610d0a1757427c2e9b50026e68bc824d983 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Mon, 6 Mar 2023 15:08:16 -0800 Subject: [PATCH] Tweak the blue color a bit --- src/WebOTA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WebOTA.cpp b/src/WebOTA.cpp index 26ac89b..b23ef3b 100644 --- a/src/WebOTA.cpp +++ b/src/WebOTA.cpp @@ -125,7 +125,7 @@ input[type=file]::file-selector-button, .btn { .btn { margin-top: 12px; - background-image: linear-gradient(to bottom,#428bca 0,#2d6ca2 100%); + background-image: linear-gradient(to bottom,#78addb 0,#2d6ca2 100%); } .prog_bar {