fix: bump dark mode inline bar opacity from 25% to 40% — less brown, more orange

This commit is contained in:
Usman Baig
2026-03-16 23:14:07 +01:00
parent 1ba6f6609d
commit 01222bf0a9
5 changed files with 5 additions and 5 deletions

View File

@@ -159,7 +159,7 @@ export default function ContentStats({ topPages, entryPages, exitPages, domain,
className={`relative flex items-center justify-between h-9 group hover:bg-neutral-50/50 dark:hover:bg-neutral-800/50 rounded-lg px-2 -mx-2 transition-colors${onFilter ? ' cursor-pointer' : ''}`}
>
<div
className="absolute inset-y-0.5 left-0.5 bg-brand-orange/15 dark:bg-brand-orange/25 rounded-md transition-all"
className="absolute inset-y-0.5 left-0.5 bg-brand-orange/15 dark:bg-brand-orange/40 rounded-md transition-all"
style={{ width: `${barWidth}%` }}
/>
<div className="relative flex-1 truncate text-neutral-900 dark:text-white flex items-center">