/* ==UserStyle==
@name       Hide logo while typing
@version    20260316.14.01
@description Hide Monkeytype logo while typing
@license MIT
@namespace  ?
@downloadURL https://update.greasyfork.org/scripts/569943/Hide%20logo%20while%20typing.user.css
@updateURL https://update.greasyfork.org/scripts/569943/Hide%20logo%20while%20typing.meta.css
==/UserStyle== */

@-moz-document url-prefix("https://monkeytype.com") {
    header.focus #logo,
    header[data-focused] {
        opacity: 0 !important;
    }
}