diff --git a/dashboard.go b/dashboard.go index d0bf31a..121ca1e 100644 --- a/dashboard.go +++ b/dashboard.go @@ -159,6 +159,7 @@ const dashboardHTML = ` position: absolute; background: rgba(0, 0, 0, .5); justify-content: center; + line-height: 1.5rem; z-index: 9; color: #fff; font-size: 2em; @@ -169,6 +170,10 @@ const dashboardHTML = ` padding: 3rem; box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1); } + .welcome span { + font-size: .5em; + color: #999; + } @@ -210,7 +215,8 @@ const dashboardHTML = `
- Waiting for requests on http://localhost:<<.ProxyPort>>/ +

Waiting for requests on http://localhost:<<.ProxyPort>>/
+ Proxying <<.TargetURL>>