Skip to content

Bug: cockpit ight mode sidebar gradient unviewable. #18

Description

@shokk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions