chore: minor change

This commit is contained in:
Ou 2024-10-30 00:15:24 +08:00
parent a47cd3e1d5
commit cd67d52ca7
3 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
<body>
<div id="app"></div>
<script type="module" src="/src/app.tsx"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>

View File

@ -20,7 +20,7 @@ html.dark {
}
body {
--at-apply: color-base bg-base sprinkle-primary;
--at-apply: color-base bg-base sprinkle-primary text-base;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;