🌓

CSS light-dark() herramienta

generar CSS light-dark() Colo function code. Vista previa both light y dark mode appearances side by side.

CSS
color-scheme: light dark; color: light-dark(#fff, #000);
Light Mode
The quick brown fox
Dark Mode
The quick brown fox
The light-dark() CSS function automatically switches between two colors based on the user's color scheme preference.