Initial commit — Meridian OS browser desktop demo

This commit is contained in:
2026-04-19 23:18:55 +00:00
commit 8e30dd3597
30 changed files with 6277 additions and 0 deletions

22
css/tokens.css Normal file
View File

@@ -0,0 +1,22 @@
:root {
--bg-0: #0f1114;
--bg-1: #1a1d21;
--bg-2: #252a31;
--bg-3: #2f353d;
--border: rgba(255,255,255,0.08);
--border-strong: rgba(255,255,255,0.14);
--text: #e6e8eb;
--text-dim: #9aa1ab;
--text-faint: #5b6470;
--accent: #d4a24c;
--accent-dim: #8a6a32;
--danger: #c85d5d;
--radius-sm: 4px;
--radius: 8px;
--radius-lg: 12px;
--font: 'Inter', -apple-system, system-ui, sans-serif;
--shadow-1: 0 2px 8px rgba(0,0,0,0.3);
--shadow-2: 0 8px 24px rgba(0,0,0,0.4);
--sp: 4px 8px 12px 16px 24px 32px;
--fs: 12px 13px 14px 16px 20px 28px;
}