Add a [`color-scheme` `meta` tag](https://web.dev/color-scheme/#the-color-scheme-meta-tag) **below** [line 6 in `index.html`](https://github.com/HarshKapadia2/git-graph/blob/main/public/index.html#L6) to prevent a white background flash before the page loads. ```html <meta name="color-scheme" content="dark" /> ``` ([Browser compatibility](https://caniuse.com/mdn-html_elements_meta_name_color-scheme)) More usage info: https://www.youtube.com/watch?v=yNOWusqGYVQ
Add a
color-schememetatag below line 6 inindex.htmlto prevent a white background flash before the page loads.(Browser compatibility)
More usage info: https://www.youtube.com/watch?v=yNOWusqGYVQ