/* ==UserStyle==
<plain>@name</plain> no, recaptcha this one IS a bot
<plain>@namespace</plain> github.com/openstyles/stylus
<plain>@version</plain> 1.0.0
<plain>@description</plain> beep
<plain>@author</plain> 6B74-4
==/UserStyle== */
<plain>@-moz-document</plain> regexp(".*") {
#recaptcha-anchor-label {
line-height: 0;
color:white;
&::after {
display: block;
line-height: initial;
color: black;
content: "I'm a robot"
}
}
}