fix(marketplace/site): define the sidebar tokens so hover + separators match
--surface-hover and --sidebar-border weren't defined in the site's :root (and --sidebar-bg had a made-up value), so the category hover/active background and the row separators resolved to nothing — the sidebar looked flat vs the App Center. Set them to the exact nebula values. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: librelad <librelad@digitalangels.vip>
This commit is contained in:
parent
fdf9dd6879
commit
26e099c25f
@ -12,6 +12,7 @@
|
||||
:root {
|
||||
--gradient-from: #1a1442; --gradient-mid: #1b2a5e; --gradient-to: #0f3b6e;
|
||||
--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-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);
|
||||
@ -24,7 +25,11 @@
|
||||
--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);
|
||||
--input-bg: rgba(255,255,255,0.06); --input-border: rgba(255,255,255,0.18);
|
||||
--sidebar-bg: rgba(0,0,0,0.18);
|
||||
/* Sidebar tokens — the exact nebula values (were missing/wrong, so the
|
||||
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; }
|
||||
html {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user