The "anyway" in the new (?) "show post behind content warning" button seems a bit weird to me — it doesn't really make sense when it's (eg) a trigger I don't have. So here is a userstyle that will make it less weird:
.content-warning .link-button {
font-size: 0;
&::after {
content: "Don’t threaten me with a good time";
font-size: 1rem;
}
}
Well, arguably, you can change it to whatever.