From 18e8e65c5438c03a1059e4b624aabe2951c49aa4 Mon Sep 17 00:00:00 2001 From: Polianin Nikita Date: Mon, 19 Feb 2024 01:21:51 +0300 Subject: [PATCH] feat: make the screen dark while the page is loading --- src/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles.css b/src/styles.css index e64eb9d..e5ab3f1 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1,5 +1,6 @@ html, body { height: 100%; + background-color: #1A2026 !important; } body {