Dark mode
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user