diff --git a/swarm/api/http/error_templates.go b/swarm/api/http/error_templates.go index 53b9fbc059..f3c643c90d 100644 --- a/swarm/api/http/error_templates.go +++ b/swarm/api/http/error_templates.go @@ -92,7 +92,7 @@ func GetGenericErrorPage() string { max-height: 60vh; padding: 50px 20px; opacity: 0.6; - background-color: #A9F5BF; + background-color: #FCEFD3; } table { @@ -271,7 +271,7 @@ func GetNotFoundErrorPage() string { max-height: 60vh; padding: 50px 20px; opacity: 0.6; - background-color: #A9F5BF; + background-color: #FCEFD3; } table { @@ -452,7 +452,7 @@ func GetMultipleChoicesErrorPage() string { max-height: 60vh; padding: 50px 20px; opacity: 0.6; - background-color: #A9F5BF; + background-color: #FCEFD3; } table {