go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
43.99k stars 5.4k forks source link

Support for reCAPTCHA dark mode #22446

Open sainnhe opened 1 year ago

sainnhe commented 1 year ago

Feature Description

Google supports dark mode for reCAPTCHA v2: doc

Default light theme looks bad with dark gitea theme, could you add support for dark reCAPTCHA theme? Either via a configuration option or auto switching based on system preferences. Thanks in advance!

Screenshots

No response

silverwind commented 1 year ago

See https://github.com/go-gitea/gitea/pull/22369#issuecomment-1386762264 for possible JS solution for captcha dark modes.