diff --git a/background.html b/background.html index d998620af74f..253fd714e259 100644 --- a/background.html +++ b/background.html @@ -33,6 +33,7 @@
+

{{ welcomeToSignal }}

{{ selectAContact }}

diff --git a/stylesheets/_index.scss b/stylesheets/_index.scss index 990f3dc6b45b..54d4b6ed0814 100644 --- a/stylesheets/_index.scss +++ b/stylesheets/_index.scss @@ -225,7 +225,10 @@ input.search { .conversation.placeholder { text-align: center; padding: 100px 36px; - color: #aaa; + + h3 { + font-size: large; + } } .contact.placeholder { position: absolute; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index e98854f1e95f..1fa58e83d753 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -709,8 +709,9 @@ input.search { .conversation.placeholder { text-align: center; - padding: 100px 36px; - color: #aaa; } + padding: 100px 36px; } + .conversation.placeholder h3 { + font-size: large; } .contact.placeholder { position: absolute;