Captcha accessibility patch
This commit is contained in:
parent
51c317290b
commit
369a7848fd
2 changed files with 15 additions and 0 deletions
|
|
@ -99,3 +99,9 @@
|
||||||
margin-left: 0 !important;
|
margin-left: 0 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.captcha-img {
|
||||||
|
width: min(400px, 100%);
|
||||||
|
|
||||||
|
/* rest in markup/dark.css */
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -11,3 +11,12 @@
|
||||||
.markup [href$="#dark-mode-only"] {
|
.markup [href$="#dark-mode-only"] {
|
||||||
display: unset;
|
display: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
git724 tweaks; the reason we're doing this here is because dark vanilla templates use this
|
||||||
|
there's no other way to do it
|
||||||
|
*/
|
||||||
|
|
||||||
|
.captcha-img {
|
||||||
|
filter: invert();
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue