Make captcha more readable
Especially on dark theme Signed-off-by: Minecon724 <minecon724@noreply.git.m724.eu>
This commit is contained in:
parent
90553f17f3
commit
403a755a8a
2 changed files with 11 additions and 0 deletions
|
@ -334,6 +334,10 @@ input:-webkit-autofill:active,
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.captcha-img {
|
||||||
|
width: min(30em, 100%);
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.g-recaptcha-style,
|
.g-recaptcha-style,
|
||||||
.h-captcha-style {
|
.h-captcha-style {
|
||||||
|
|
|
@ -11,3 +11,10 @@
|
||||||
.markup [href$="#dark-mode-only"] {
|
.markup [href$="#dark-mode-only"] {
|
||||||
display: unset;
|
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