]> danix's work - danix.xyz-2.git/commit
Fix styling issues on 404 and Repository pages
authorDanilo M. <redacted>
Fri, 17 Apr 2026 09:18:19 +0000 (11:18 +0200)
committerDanilo M. <redacted>
Fri, 17 Apr 2026 09:18:19 +0000 (11:18 +0200)
commit9762d99097e1b71de64f0a32594eee77612e564a
tree9b02a4238c8b29904b789d2fc1723cce301dac59
parentd1cb52fc16492f02a1f995cc83f0580635e76215
Fix styling issues on 404 and Repository pages

- Add proper container styling (mx-auto, px-4, py-12) to main content wrappers matching single.html pattern
- Replace gray color hardcodes with theme-aware CSS variables:
  - bg-gray-50/gray-900 → bg-bg/50 with hover:bg-bg/70 for article cards
  - text-gray-600/gray-400 → text-text-dim for text
  - border-gray-300/gray-700 → border-border for borders
  - bg-gray-200/gray-800 → bg-border/20 for tags
- Fixes color inconsistency in both light and dark modes
- Ensures 404 latest articles and Repository tags use theme colors instead of fixed gray

Co-Authored-By: Claude Haiku 4.5 <redacted>
themes/danix-xyz-hacker/layouts/404.html
themes/danix-xyz-hacker/layouts/repository/list.html