nitter icon indicating copy to clipboard operation
nitter copied to clipboard

Use theme-color

Open B0pol opened this issue 5 years ago • 0 comments

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color

I think --bg_overlays CSS variable should be used.

Before using theme-color After using theme-color

I used for the after screenshot, in general.nim, buildHtml: meta(name="theme-color", content="#0C0C0C") and black theme in settings.

B0pol avatar Aug 15 '20 18:08 B0pol