feat(worker): scaffold Vite+React PWA with token storage and typed API client
This commit is contained in:
24
apps/worker/src/styles.css
Normal file
24
apps/worker/src/styles.css
Normal file
@@ -0,0 +1,24 @@
|
||||
:root {
|
||||
--primary: #2563eb;
|
||||
--primary-light: #eff6ff;
|
||||
--text: #111827;
|
||||
--text-muted: #6b7280;
|
||||
--border: #e5e7eb;
|
||||
--danger: #dc2626;
|
||||
--amber: #d97706;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family:
|
||||
'Inter',
|
||||
system-ui,
|
||||
-apple-system,
|
||||
sans-serif;
|
||||
color: var(--text);
|
||||
background: #ffffff;
|
||||
}
|
||||
Reference in New Issue
Block a user