add Dark mode and fix get age function

This commit is contained in:
Romulus21
2024-01-19 20:26:14 +01:00
parent 9c87e6f7cc
commit 210a6dd11a
4 changed files with 20 additions and 14 deletions

View File

@@ -11,7 +11,7 @@
<link rel="mask-icon" href="/cake.svg" color="#FFFFFF">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<body class="dark:bg-neutral-800 dark:text-neutral-300">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>