Update light mode background color for improved constrast (#177)

This commit is contained in:
Leendert de Borst
2024-10-27 20:28:29 +01:00
parent bca0d3ee6b
commit bc6c7a10dc
2 changed files with 3 additions and 3 deletions

View File

@@ -8,8 +8,8 @@
<ConfirmModal />
<FullScreenLoadingIndicator @ref="LoadingIndicator" />
<TopMenu />
<div class="flex pt-16 pb-4 lg:pb-16 overflow-hidden bg-gray-50 dark:bg-gray-900">
<div id="main-content" class="relative z-10 w-full max-w-screen-2xl mx-auto h-full overflow-y-auto bg-gray-50 dark:bg-gray-900">
<div class="flex pt-16 pb-4 lg:pb-16 overflow-hidden bg-gray-100 dark:bg-gray-900">
<div id="main-content" class="relative z-10 w-full max-w-screen-2xl mx-auto h-full overflow-y-auto bg-gray-100 dark:bg-gray-900">
<main>
<GlobalNotificationDisplay />
@Body

View File

@@ -34,7 +34,7 @@
<link rel="apple-touch-icon" sizes="192x192" href="img/icon-192.png" />
</head>
<body class="bg-gray-50 dark:bg-gray-900">
<body class="bg-gray-100 dark:bg-gray-900">
<div id="loading-screen">
<div class="fixed inset-0 flex items-center justify-center px-6 pt-8 pb-8">
<div class="w-full max-w-md space-y-4">