mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-08 11:45:58 +00:00
fix: change terminal buffer background to black
- Replace dark gray (#1e1e1e) with pure black background - Match the expected terminal appearance 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
3bf543e694
commit
6479168ca5
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ export class VibeTerminalBuffer extends LitElement {
|
|||
line-height: ${lineHeight}px;
|
||||
}
|
||||
</style>
|
||||
<div class="relative w-full h-full overflow-hidden bg-[#1e1e1e]">
|
||||
<div class="relative w-full h-full overflow-hidden bg-black">
|
||||
${this.error
|
||||
? html`
|
||||
<div class="absolute inset-0 flex items-center justify-center">
|
||||
|
|
|
|||
Loading…
Reference in a new issue