style: lighter menu bar
The same slate, two steps up (#0f172a → #1e293b), and the warm theme's bar with it. Near-black across the top read as a band sitting on the page rather than part of it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TqXevQJhxFrM7jJg82cgZN
This commit is contained in:
parent
8c28cc4e9b
commit
2c6b821f6f
1 changed files with 4 additions and 2 deletions
|
|
@ -25,7 +25,9 @@
|
|||
--wrong-fg: #7f1d1d;
|
||||
--expl-bg: #f0f9ff;
|
||||
--expl-bd: #38bdf8;
|
||||
--navbar-bg: #0f172a;
|
||||
/* The same slate as before, two steps up: dark enough to sit under the
|
||||
page without the bar reading as a black band across the top. */
|
||||
--navbar-bg: #1e293b;
|
||||
--navbar-fg: #e2e8f0;
|
||||
--badge-radius: 12px;
|
||||
}
|
||||
|
|
@ -57,7 +59,7 @@
|
|||
--wrong-fg: #6b1a1a;
|
||||
--expl-bg: #f9f4ea;
|
||||
--expl-bd: #c4965a;
|
||||
--navbar-bg: #1e140a;
|
||||
--navbar-bg: #33230f;
|
||||
--navbar-fg: #f0e8d8;
|
||||
--badge-radius: 4px;
|
||||
--font-body: 'Source Serif 4', Georgia, serif;
|
||||
|
|
|
|||
Loading…
Reference in a new issue