text shadow in keymapInput

This commit is contained in:
Adrien MALINGREY 2024-08-26 02:16:04 +02:00
parent 268cc209b6
commit dbd830cfb7

View File

@ -45,7 +45,7 @@ h1 {
background-size: 240px 50px; background-size: 240px 50px;
margin: auto; margin: auto;
color: white; color: white;
text-shadow: #444 2px 2px, #444 -2px -2px, #444 2px -2px, #444 -2px 2px; text-shadow: #444 0 2px, #444 2px 0, #444 0 -2px, #444 -2px 0;
text-transform: uppercase; text-transform: uppercase;
padding-left: 3px; padding-left: 3px;
padding-right: 0; padding-right: 0;