Mr. X

Results 2 comments of Mr. X

Or, the backdrop colour can be updated in dark mode: ``` @media (prefers-color-scheme: dark) { dialog::backdrop { background: rgba(255, 255, 255, 0.61); } } ``` Or for both modes: ```...