mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
swarm/api: change colour of landing page in templates
This commit is contained in:
parent
8debd6bcc8
commit
1a7c8a80ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue