Fix language dropdown background on dark theme, add palette color indicators

- Change .header-locale background from transparent to var(--card-bg)
  to prevent white flash on dark theme when leaving the dropdown
- Show card color as border-left on command palette items when a
  custom color is assigned via the card color picker

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-28 23:41:35 +03:00
parent 6a7826e550
commit 32a54b7d3c
2 changed files with 5 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ h2 {
padding: 2px 4px;
border: none;
border-radius: 5px;
background: transparent;
background: var(--card-bg);
color: var(--text-secondary);
font-size: 0.7rem;
font-weight: 600;