css, templates: render text shadow in black
reason: text color is actually bright
This commit is contained in:
parent
f7b16e2bb9
commit
501c2c16fe
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue