From dbd830cfb7e191c966937e8a0e33cdd8442da730 Mon Sep 17 00:00:00 2001 From: adrien Date: Mon, 26 Aug 2024 02:16:04 +0200 Subject: [PATCH] text shadow in keymapInput --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index e2b6b99..903ae6d 100644 --- a/style.css +++ b/style.css @@ -45,7 +45,7 @@ h1 { background-size: 240px 50px; margin: auto; 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; padding-left: 3px; padding-right: 0;