Mission Control - Tasks, Content, Calendar, Memory, Team, Office

This commit is contained in:
Neo
2026-02-18 21:32:53 +00:00
commit 1299db0840
7 changed files with 347 additions and 0 deletions

10
app/globals.css Normal file
View File

@@ -0,0 +1,10 @@
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
background: #0f0f23;
color: white;
}