Re: [PATCH v3] css: Support for dark mode

2023-01-29 Thread Samuel Lidén Borell
On Fri, 27 Jan 2023 14:42:58 -0600, "Jason A. Donenfeld" wrote: > It still feels like the table shading is now way too dark in dark > mode. For all those various grays, there might be some transformation > to consider where you want the same distance from black that it > formerly had from white.

Re: [PATCH v3] css: Support for dark mode

2023-01-27 Thread Jason A. Donenfeld
It still feels like the table shading is now way too dark in dark mode. For all those various grays, there might be some transformation to consider where you want the same distance from black that it formerly had from white.

Re: [PATCH v3] css: Support for dark mode

2023-01-22 Thread Samuel Lidén Borell
On Sun, 22 Jan 2023 12:35:09 +0100, Samuel Lidén Borell wrote: > Modern browsers have a "dark mode" preference, which enables alternate > styles on web sites that support this. > > This patch adds a dark color scheme, that is automatically activated > via a CSS @media query. > > Older browsers

[PATCH v3] css: Support for dark mode

2023-01-22 Thread Samuel Lidén Borell
Modern browsers have a "dark mode" preference, which enables alternate styles on web sites that support this. This patch adds a dark color scheme, that is automatically activated via a CSS @media query. Older browsers that do not support color schemes will simply show the light scheme, but possib