Firefox is among the best browsers available on the market, and surely is an option for the people who find OS vendor browsers not sufficient. In the latest, 120, release we get some nice features. I’ll go over them, and give you some insight what’s is about. Setting Light And Dark Mode Colors Firefox 120 is the first browser to support the light-dark() CSS function: :root {
color-scheme: light dark;
}
body {
color: light-dark(#333b3c, #efefec);
background-color: light-dark(#efedea, #223a2c);
}