commit 4fe5dd7f39d1a62866b586eeee5b2ef51652628c parent 5f88a48afa09deec6754405d59f6cd8b7737a2da Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 20 May 2022 14:05:25 +0200 Fix background color Diffstat:
| M | public/index.html | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/index.html b/public/index.html @@ -25,9 +25,9 @@ <title>Matrix Moderation</title> </head> -<body style="background-color: white; margin: 0; height: 100%;"> +<body style="margin: 0; height: 100%;" class="bg-[#f8f8f8] dark:bg-[#06070D]"> <noscript>You need to enable JavaScript to run this app.</noscript> - <div id="root" style="background-color: white; margin: 0; height: 100%;"></div> + <div id="root" style="margin: 0; height: 100%;" class="bg-[#f8f8f8] dark:bg-[#06070D]"></div> <!-- This HTML file is a template. If you open it directly in the browser, you will see an empty page.