Remove text shadow from kbd

This commit is contained in:
Pavel Djundik 2018-03-19 20:05:38 +02:00
parent b4b4e188d2
commit 7bcb74116b
1 changed files with 1 additions and 0 deletions

View File

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