Darker section header background to visually delimit sections
All checks were successful
check / check (push) Successful in 15s
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:
@@ -220,7 +220,7 @@
|
||||
<!-- recent transactions across all addresses -->
|
||||
<div>
|
||||
<div
|
||||
class="font-bold bg-well py-1 px-2 mb-1"
|
||||
class="font-bold bg-section py-1 px-2 mb-1"
|
||||
style="margin-left: -0.5rem; margin-right: -0.5rem"
|
||||
>
|
||||
Recent Transactions
|
||||
|
||||
Reference in New Issue
Block a user