feat: enhance text shadow for better readability
This commit is contained in:
@ -19,7 +19,7 @@
|
|||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: white;
|
color: white;
|
||||||
text-shadow: 0 1px 2px rgba(0,0,0,0.25);
|
text-shadow: 0 2px 4px rgba(0,0,0,0.5);
|
||||||
">
|
">
|
||||||
{{$word}}
|
{{$word}}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user