diff --git a/web/index.html b/web/index.html index 9054bd8..63fc793 100644 --- a/web/index.html +++ b/web/index.html @@ -185,6 +185,15 @@ font-size: 0.8em; } + a { + color: var(--ctp-mocha-teal); + text-decoration: none; + + &:hover { + text-decoration: underline; + } + } + button { background-color: var(--ctp-mocha-surface1); color: var(--ctp-mocha-text); @@ -420,6 +429,15 @@ http: you to test your HomeAssistant API connection. The fourth button will open this dialog.
+ ++ For directions on how to write your menu.json file, please see the + README + in the GitHub repo. +