add Dark mode and fix get age function
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user