improve visibilty of user profile text
This commit is contained in:
parent
00c3719618
commit
5bb0424397
1 changed files with 5 additions and 0 deletions
|
|
@ -272,6 +272,11 @@
|
||||||
// big one
|
// big one
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
|
text-shadow:
|
||||||
|
0 0 5em var(--profileTint),
|
||||||
|
0 0 1em var(--profileTint),
|
||||||
|
0 0 0.5em var(--profileTint),
|
||||||
|
0 0 0.2em var(--profileTint);
|
||||||
|
|
||||||
--emoji-size: 1.7em;
|
--emoji-size: 1.7em;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue