What broke
The light mode now has a gradient in the cockpit
Where
In the CSS
What you tried
Switch to light mode in the cockpit
What you expected
The same viewable interface as the previous version of the cockpit,
Environment (if relevant)
- LLM tool: Claude Code / Codex CLI / Gemini CLI / Cursor / Obsidian + chat / other
- Model: e.g. Claude Opus 4.7, GPT-5
- OS: macOS
- Browser: Safari
What I chaged to help this
The sidebar went from this:
background: linear-gradient(180deg, oklch(0.135 0.004 250) 0%, var(--surface-bg) 100%);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
To this:
background: var(--surface-1);
Three lines removed for gradient and frosted glass blur, replaced by one flat background.
What broke
The light mode now has a gradient in the cockpit
Where
In the CSS
What you tried
Switch to light mode in the cockpit
What you expected
The same viewable interface as the previous version of the cockpit,
Environment (if relevant)
What I chaged to help this
The sidebar went from this:
To this:
Three lines removed for gradient and frosted glass blur, replaced by one flat background.