css, templates: render text shadow in black

reason: text color is actually bright
This commit is contained in:
Astro 2015-04-24 22:12:47 +02:00
parent f7b16e2bb9
commit 501c2c16fe
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ article#func.article {
}
.article .avatar p {
text-shadow: -1px 0 1px white, 0 1px 1px white, 1px 0 1px white, 0 -1px 1px white;
text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black;
}
img.flag {