Update dark mode body color (#175)

This commit is contained in:
Leendert de Borst
2024-10-10 18:11:48 +02:00
parent cd865d70c6
commit 869c3c86be
2 changed files with 1 additions and 8 deletions

View File

@@ -6,12 +6,6 @@
© 2024 AliasVault. All rights reserved.
</p>
<ul class="flex flex-wrap items-center justify-center">
<li>
<a href="#" class="mr-4 text-sm font-normal text-gray-500 hover:underline md:mr-6 dark:text-gray-400">Terms and conditions</a>
</li>
<li>
<a href="#" class="mr-4 text-sm font-normal text-gray-500 hover:underline md:mr-6 dark:text-gray-400">License</a>
</li>
<li>
<a href="https://github.com/lanedirt/AliasVault" target="_blank" class="text-sm font-normal text-gray-500 hover:underline dark:text-gray-400">GitHub</a>
</li>

View File

@@ -1,6 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!--
==========================================================================================================
@@ -35,7 +34,7 @@
<link rel="apple-touch-icon" sizes="192x192" href="img/icon-192.png" />
</head>
<body class="bg-gray-50 dark:bg-gray-800">
<body class="bg-gray-50 dark:bg-gray-900">
<div id="loading-screen">
<div class="fixed inset-0 flex items-center justify-center">
<div class="relative p-8 bg-white dark:bg-gray-700 rounded-lg shadow-xl max-w-md mx-auto">