Darker section header background to visually delimit sections
All checks were successful
check / check (push) Successful in 15s

Add --color-section (#dddddd) distinct from --color-well (#f5f5f5).
Section headers on the home screen use bg-section so they stand out
as visual dividers rather than blending with the price well.
This commit is contained in:
2026-02-26 16:53:10 +07:00
parent 24f04e509a
commit 59eb02a022
3 changed files with 3 additions and 2 deletions

View File

@@ -11,6 +11,7 @@
--color-border-light: #cccccc;
--color-hover: #eeeeee;
--color-well: #f5f5f5;
--color-section: #dddddd;
}
body {