🌓

CSS light-dark() Function Explঅথবাer

Explঅথবাe the CSS light-dark() function. Define light এবং dark colঅথবা pairs থেকে create responsive theming সহ a single CSS value.

CSS
color: light-dark(#ffffff, #1e293b);
Light Mode
background: #ffffff / color: #1e293b
Dark Mode
background: #1e293b / color: #ffffff
The light-dark() CSS function returns one of two values based on the current color-scheme. Requires color-scheme: light dark; on the element.