From 61e7b685e696389bdf1073c50269b545d263af63 Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 4 Jul 2016 19:29:06 -0700 Subject: [PATCH] Make welcome screen prettier // FREEBIE --- background.html | 1 + stylesheets/_index.scss | 5 ++++- stylesheets/manifest.css | 5 +++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/background.html b/background.html index d998620a..253fd714 100644 --- a/background.html +++ b/background.html @@ -33,6 +33,7 @@
+

{{ welcomeToSignal }}

{{ selectAContact }}

diff --git a/stylesheets/_index.scss b/stylesheets/_index.scss index 990f3dc6..54d4b6ed 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 e98854f1..1fa58e83 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;