mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-19 13:57:18 -04:00
Update light mode background color for improved constrast (#177)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user