diff options
-rw-r--r-- | webapp/src/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webapp/src/index.html b/webapp/src/index.html index c784ae1..e863020 100644 --- a/webapp/src/index.html +++ b/webapp/src/index.html @@ -45,7 +45,7 @@ #dashbButton { font-size: large; font-weight: bold; - background: none; + background: lightgrey; color: royalblue; min-height: 5rem; } @@ -65,8 +65,8 @@ </h2> <button id="dashbButton"> - Try to connect to dashboard - <br> http://localhost:8800 + Click here to connect to XDS Dashboard + <br> <small>http://localhost:8800</small> </button> <script type="text/javascript"> document.getElementById("dashbButton").onclick = function () { |