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)
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)
@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.