From 1a7c8a80eaa2c401c2738a5762ad17bf94ee033b Mon Sep 17 00:00:00 2001 From: Aron Fischer Date: Tue, 19 Jun 2018 13:20:58 +0200 Subject: [PATCH] swarm/api: change colour of landing page in templates --- swarm/api/http/templates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/api/http/templates.go b/swarm/api/http/templates.go index ffd8164930..0c9e05ac38 100644 --- a/swarm/api/http/templates.go +++ b/swarm/api/http/templates.go @@ -134,7 +134,7 @@ var landingPageTemplate = template.Must(template.New("landingPage").Parse(` max-height: 60vh; padding: 50px 20px; opacity: 0.6; - background-color: #A9F5BF; + background-color: #FCEFD3; } table {