Add color-scheme to html so that the web will use system scheme when scripts has not being loaded; Use `(prefers-color-scheme: dark)` so that the css vars do not defer load based on `data-theme`, which is set by next-themes (which is deferred).
seems https://github.com/toeverything/AFFiNE/pull/4946 not in latest canary.
Co-authored-by: Peng Xiao <pengxiao@outlook.com>