Compare commits

..

No commits in common. "223dc1e225a786df1bfe18ec2d8b6a0273da3455" and "fdf9dd687913636dd2e0112f253df9b352cf6899" have entirely different histories.

View File

@ -12,7 +12,6 @@
:root { :root {
--gradient-from: #1a1442; --gradient-mid: #1b2a5e; --gradient-to: #0f3b6e; --gradient-from: #1a1442; --gradient-mid: #1b2a5e; --gradient-to: #0f3b6e;
--surface-elevated: rgba(255,255,255,0.07); --surface-elevated: rgba(255,255,255,0.07);
--surface-hover: rgba(255,255,255,0.10);
--border: rgba(255,255,255,0.16); --border-color: rgba(255,255,255,0.16); --border: rgba(255,255,255,0.16); --border-color: rgba(255,255,255,0.16);
--border-subtle: rgba(255,255,255,0.08); --border-subtle: rgba(255,255,255,0.08);
--text-primary: #ffffff; --text-secondary: rgba(255,255,255,0.82); --text-muted: rgba(255,255,255,0.65); --text-primary: #ffffff; --text-secondary: rgba(255,255,255,0.82); --text-muted: rgba(255,255,255,0.65);
@ -25,11 +24,7 @@
--card-shadow: 0 4px 18px rgba(0,0,0,0.30), inset 0 1px 0 rgba(255,255,255,0.06); --card-shadow: 0 4px 18px rgba(0,0,0,0.30), inset 0 1px 0 rgba(255,255,255,0.06);
--card-shadow-hover: 0 10px 32px rgba(0,212,255,0.18), 0 4px 18px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.10); --card-shadow-hover: 0 10px 32px rgba(0,212,255,0.18), 0 4px 18px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.10);
--input-bg: rgba(255,255,255,0.06); --input-border: rgba(255,255,255,0.18); --input-bg: rgba(255,255,255,0.06); --input-border: rgba(255,255,255,0.18);
/* Sidebar tokens — the exact nebula values (were missing/wrong, so the --sidebar-bg: rgba(0,0,0,0.18);
category hover background + row separators resolved to nothing). */
--sidebar-bg: rgba(15,25,50,0.30);
--sidebar-border: rgba(255,255,255,0.10);
--sidebar-text: #ffffff;
} }
* { box-sizing: border-box; margin: 0; } * { box-sizing: border-box; margin: 0; }
html { html {