From 543fc5ce5bc63ee3768186bae218c2d41440aeba Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Mon, 11 Feb 2013 08:57:26 +0100 Subject: [PATCH] improve portal number separation from background (trick by jonatkins) --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 45145173..b80d86fd 100644 --- a/style.css +++ b/style.css @@ -369,7 +369,7 @@ h3 { font-size: 40px; position: absolute; right: 10px; - text-shadow: 0 0 2px #000000, 0 0 5px #ffffff; + text-shadow: -1px -1px #000, 1px -1px #000, -1px 1px #000, 1px 1px #000, 0 0 5px #fff; top: 100px; }