[+] dark theme

This commit is contained in:
Citron 2025-05-25 16:05:43 +02:00
parent af654ff353
commit 07a04f52f4
5 changed files with 78 additions and 54 deletions

View file

@ -11,7 +11,7 @@
<meta name="description" content="Morgane de Carpentier - Conceptrice Dévelopeuse FullStack sur Strasbourg.">
<title>Morgane de Carpentier</title>
</head>
<body class="text-sm min-h-screen bg-[#caca] print:min-h-0" id="app">
<body class="text-sm min-h-screen bg-[#caca] print:min-h-0 dark:bg-gray-900 dark:text-gray-300 print:text-black print:bg-white print-h-full" id="app">
<script type="module" src="/src/main.ts"></script>
</body>
</html>