I made a website to host all my #CAPTCHAlice questions and answers for your date night pleasure.  

(It's been ages since I made a website, so let me know if anything looks wonky)

https://bunnyalice.com/

CAPTCHAlice

@alice it’d be super to respect light-dark preferences :)

these days that’s as easy as <meta name="color-scheme" content="light dark" type="tex/css"> in the <head> element and using light-dark in the css a bit.

something like background: linear-gradient(135deg, light-dark(#ffc0cb,#804040), light-dark(#a0c4ff,#204480), light-dark(#d0aaff,#502a80)); for the page and background: light-dark(white, black); for the card would do it.

@tryst definitely! I just wanted to make it work first, but dark theme is a high priority! I'll see if I can add that after lunch.