From 7bcb74116b8300b105bf3e432c5bc504b4ab57ed Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Mon, 19 Mar 2018 20:05:38 +0200 Subject: [PATCH] Remove text shadow from kbd --- theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.css b/theme.css index af0ff52..7c2fdde 100644 --- a/theme.css +++ b/theme.css @@ -43,6 +43,7 @@ kbd { background-color: #444; border-color: #666; box-shadow: none; + text-shadow: none; } /* Hide nick (and edit) in input bar, not ideal */