diff --git a/cli/state.go b/cli/state.go index 15e9f08f0..2141c6209 100644 --- a/cli/state.go +++ b/cli/state.go @@ -928,6 +928,7 @@ func computeStateHtml(o *api.ComputeStateOutput, getCode func(addr address.Addre html, body { font-family: monospace; } a:link, a:visited { color: #004; } pre { background: #ccc; } + small { color: #444; } .call { color: #00a; } .params { background: #dfd; } .ret { background: #ddf; } @@ -983,9 +984,10 @@ func computeStateHtml(o *api.ComputeStateOutput, getCode func(addr address.Addre fmt.Printf(`
%s