Make captcha more readable
Especially on dark theme Signed-off-by: Minecon724 <minecon724@noreply.git.m724.eu>
This commit is contained in:
parent
4f57fa4d0e
commit
ca31373a3f
2 changed files with 11 additions and 0 deletions
|
@ -334,6 +334,10 @@ input:-webkit-autofill:active,
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.captcha-img {
|
||||
width: min(30em, 100%);
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.g-recaptcha-style,
|
||||
.h-captcha-style {
|
||||
|
|
|
@ -11,3 +11,10 @@
|
|||
.markup [href$="#dark-mode-only"] {
|
||||
display: unset;
|
||||
}
|
||||
|
||||
|
||||
/* The reason we're doing this *here* is because dark vanilla templates always use this file, and there's no other way to detect dark theme */
|
||||
|
||||
.captcha-img {
|
||||
filter: invert();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue