With the commit ff89a66, the light theme was updated. While this happened, the default switch was set on line
from
true to
false.
In opposite for the "prefersdark", for light there is no "preferslight" (because, that is default).
So during the day, if the operating system / browser is not indicating, that the dark theme is wished, its now looking like:

Because DaisyUI does not know, which theme should be used.
With the commit ff89a66, the light theme was updated. While this happened, the default switch was set on line
taskwarrior-web/frontend/css/style.css
Line 47 in 3a1a944
truetofalse.In opposite for the "prefersdark", for light there is no "preferslight" (because, that is default).
So during the day, if the operating system / browser is not indicating, that the dark theme is wished, its now looking like:
Because DaisyUI does not know, which theme should be used.