mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-21 16:13:27 -04:00
Update dark mode body color (#175)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user