From d97d614328021a6c35dc69ef419d7b8f29db585a Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 17 Apr 2026 11:22:02 +0200 Subject: 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 --- themes/danix-xyz-hacker/layouts/404.html | 69 +++++++++++----------- .../danix-xyz-hacker/layouts/repository/list.html | 2 +- 2 files changed, 36 insertions(+), 35 deletions(-) (limited to 'themes/danix-xyz-hacker/layouts') diff --git a/themes/danix-xyz-hacker/layouts/404.html b/themes/danix-xyz-hacker/layouts/404.html index 6dbe1dd..e39784e 100644 --- a/themes/danix-xyz-hacker/layouts/404.html +++ b/themes/danix-xyz-hacker/layouts/404.html @@ -1,7 +1,7 @@ {{ define "main" }}
-
-
+
+

404 @@ -83,46 +83,47 @@

- - 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" }}
-
+

-- cgit v1.2.3