Dark mode

This commit is contained in:
2022-02-21 22:57:13 +01:00
parent b480885e7a
commit 0cd8eaf580
13 changed files with 179 additions and 35 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" translate="no" class="dark h-full">
<html lang="en" translate="no" class="dark h-full bg-stone-900">
<head>
<meta charset="UTF-8" />
@@ -8,7 +8,7 @@
<title>N0mbers</title>
</head>
<body class="bg-stone-200 text-stone-900 dark:bg-stone-900 dark:text-stone-200 h-full">
<body class="bg-stone-300 text-stone-900 dark:bg-stone-900 dark:text-stone-200 h-full relative transition-colors">
<div id="app" class="h-full"></div>
<script type="module" src="/src/main.ts"></script>
</body>