Source code
Revision control
Copy as Markdown
Other Tools
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
/**
* lapalabradeldia.com - letters sometimes vanish as they are input
*
* While playing the game, letters sometimes vanish when clicking on the
* game's on-screen keyboard. This intervention works around the bug.
*/
.react-card-front {
transform-style: initial !important;
}