diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-17 11:22:02 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-17 11:22:02 +0200 |
| commit | d97d614328021a6c35dc69ef419d7b8f29db585a (patch) | |
| tree | 72440f757802d572aa32a058e1695bb678302979 /themes/danix-xyz-hacker/layouts/repository/list.html | |
| parent | 9762d99097e1b71de64f0a32594eee77612e564a (diff) | |
| download | danixxyz-d97d614328021a6c35dc69ef419d7b8f29db585a.tar.gz danixxyz-d97d614328021a6c35dc69ef419d7b8f29db585a.zip | |
fix: improve styling and functionality for 404 and Repository pages
- 404.html: Move x-data directive to wrap entire content including modal, fixing Easter egg button click functionality. Add border, glow, and bg styling to main container.
- repository/list.html: Add border, glow, rounded, and bg styling to article container for consistency with other pages.
- Both pages now have consistent visual styling with borders, glows, and proper background colors.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Diffstat (limited to 'themes/danix-xyz-hacker/layouts/repository/list.html')
| -rw-r--r-- | themes/danix-xyz-hacker/layouts/repository/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/danix-xyz-hacker/layouts/repository/list.html b/themes/danix-xyz-hacker/layouts/repository/list.html index 73ae222..71a998e 100644 --- a/themes/danix-xyz-hacker/layouts/repository/list.html +++ b/themes/danix-xyz-hacker/layouts/repository/list.html @@ -1,6 +1,6 @@ {{ define "main" }} <main class="min-h-screen px-4 py-12"> - <article class="mx-auto px-4 py-12 max-w-4xl"> + <article class="mx-auto px-4 py-12 max-w-4xl border border-border glow-accent rounded-lg bg-bg p-8"> <!-- Page Title (Hero) --> <div class="mb-12"> <h1 class="text-5xl md:text-6xl font-bold mb-4 text-accent animate-fade-in"> |
