swarm/api: change colour of landing page in templates

This commit is contained in:
Aron Fischer 2018-06-19 13:20:58 +02:00 committed by Anton Evangelatov
parent 8debd6bcc8
commit 1a7c8a80ea

View file

@ -134,7 +134,7 @@ var landingPageTemplate = template.Must(template.New("landingPage").Parse(`
max-height: 60vh; max-height: 60vh;
padding: 50px 20px; padding: 50px 20px;
opacity: 0.6; opacity: 0.6;
background-color: #A9F5BF; background-color: #FCEFD3;
} }
table { table {