captcha: recaptcha respects dark mode

also removed the ugly border around it.
This commit is contained in:
Harvey Tindall
2023-06-15 17:35:51 +01:00
parent 4014e93155
commit 07564bbde3
3 changed files with 17 additions and 3 deletions

View File

@@ -560,3 +560,16 @@ div.card:contains(section.banner.footer) {
input[type="checkbox" i], [class^="ri-"], [class*=" ri-"], .ri-refresh-line:before, .modal-close {
cursor: pointer;
}
.g-recaptcha {
overflow: hidden;
width: 296px;
height: 72px;
transform: scale(1.1);
transform-origin: top left;
}
.g-recaptcha iframe {
margin: -2px 0px 0px -4px;
}