diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index 6560106c841..946093b68db 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -16,14 +16,18 @@ } .front-install { + border: none; + font-size: 1em; background-color: #333; margin-bottom: 16px; display: inline-block; padding: 8px; color: #DDD; - .sh { + div:before { + content: '$'; color: #c82829; + margin-right: 6px; } } } diff --git a/source/_includes/custom/welcome.html b/source/_includes/custom/welcome.html index 0edba7be7df..d4d6aa18b44 100644 --- a/source/_includes/custom/welcome.html +++ b/source/_includes/custom/welcome.html @@ -3,8 +3,8 @@ Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control. Installation in less than a minute.

-$ pip3 install homeassistant
-$ hass --open-ui +
pip3 install homeassistant
+
hass --open-ui

View demo