change portal level number shadows, so they simulate a solid outline

This commit is contained in:
Jon Atkins 2013-02-11 05:44:12 +00:00
parent c5d2366cf7
commit 2b9eeef950

View File

@ -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;
}