From 54512df52c25571d9f9f6c3e4e59bc750185cd58 Mon Sep 17 00:00:00 2001 From: He4eT Date: Sun, 4 Jun 2023 04:18:48 +0300 Subject: [PATCH] base.css: white flash prevention --- src/style/base.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/style/base.css b/src/style/base.css index 93617e9..11a7253 100644 --- a/src/style/base.css +++ b/src/style/base.css @@ -7,6 +7,9 @@ html, body { font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 27px; + + /* To prevent the white flash */ + background: #000000; } #root {