From 964f02c90d1ed48fe76163e223dc137a19029af0 Mon Sep 17 00:00:00 2001 From: devfake Date: Sat, 4 Jul 2015 17:29:23 +0200 Subject: [PATCH] style waiting --- client/scss/main.scss | 4 ++-- client/templates/battle.handlebars | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/scss/main.scss b/client/scss/main.scss index 2b3713b..9cbd032 100644 --- a/client/scss/main.scss +++ b/client/scss/main.scss @@ -501,11 +501,11 @@ $game-height: 800px; //border-radius: 10px; /* padding: 0px 200px;*/ - font-size: 25px; + font-size: 19px; line-height: 15px; padding: 15px; z-index: 300; - color: #ff8927; + color: #dfe1fd; //text-shadow: 0px 0px 1px #000; background: #444ba1; } diff --git a/client/templates/battle.handlebars b/client/templates/battle.handlebars index 91dfbc7..2b03256 100644 --- a/client/templates/battle.handlebars +++ b/client/templates/battle.handlebars @@ -1,7 +1,7 @@ {{#if isWaiting}}
- ~~ Waiting for opponent ~~ + Waiting for opponent
{{/if}}