add: stylesheet

This commit is contained in:
Tom Boullay
2026-04-28 09:07:56 +02:00
parent 06e59a972f
commit 7dea0f99a8
6 changed files with 63 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
:root {
color-scheme: dark;
font-family: Inter;
font-family: Helvetica, Arial, sans-serif;
}
html,
@@ -83,7 +83,7 @@ canvas {
.hand-tracking-overlay {
position: fixed;
right: 16px;
bottom: 16px;
bottom: 132px;
z-index: 20;
display: flex;
flex-direction: column;