From 2b9eeef9505c14dd86aa1df55f8a1e90a83bf6ea Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Mon, 11 Feb 2013 05:44:12 +0000 Subject: [PATCH] change portal level number shadows, so they simulate a solid outline --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 45145173..81147f30 100644 --- a/style.css +++ b/style.css @@ -369,7 +369,8 @@ h3 { font-size: 40px; position: absolute; right: 10px; - text-shadow: 0 0 2px #000000, 0 0 5px #ffffff; + /* simulate an outline with multiple shadows */ + text-shadow: -2px -2px #000000, 2px -2px #000000, -2px 2px #000000, 2px 2px #000000; top: 100px; }