mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-22 20:54:08 +00:00
Fix header gradient too light in dark mode
Add dedicated header-from/header-to color tokens that are independent of the primary palette dark mode overrides. Dark mode header uses a deeper indigo gradient instead of the brightened primary colors. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2
resources/css/invoiceshelf.css
vendored
2
resources/css/invoiceshelf.css
vendored
@@ -39,6 +39,8 @@
|
||||
--color-line-strong: var(--color-line-strong);
|
||||
--color-hover: var(--color-hover);
|
||||
--color-hover-strong: var(--color-hover-strong);
|
||||
--color-header-from: var(--color-header-from);
|
||||
--color-header-to: var(--color-header-to);
|
||||
|
||||
/* Status badge text */
|
||||
--color-status-yellow: var(--color-status-yellow);
|
||||
|
||||
Reference in New Issue
Block a user