feat: enhance text shadow for better readability

This commit is contained in:
Grail Finder (aider)
2025-05-02 09:14:28 +03:00
parent 0963be7d72
commit fd6f574b4f

View File

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