From fd66928ff7c24b3f85613e26eab8db5189f97aa2 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Thu, 7 Aug 2025 16:10:10 +0100 Subject: [PATCH] appview/pages: improve footer styles Signed-off-by: oppiliappan --- appview/pages/templates/layouts/footer.html | 73 +++++++++++---------- 1 file changed, 38 insertions(+), 35 deletions(-) diff --git a/appview/pages/templates/layouts/footer.html b/appview/pages/templates/layouts/footer.html index 7ee47920..b7c9cb4c 100644 --- a/appview/pages/templates/layouts/footer.html +++ b/appview/pages/templates/layouts/footer.html @@ -1,45 +1,48 @@ {{ define "layouts/footer" }}
-
-
- +
+
+ -
- - - + {{ $headerStyle := "text-gray-900 dark:text-gray-200 font-bold text-xs uppercase tracking-wide mb-1" }} + {{ $linkStyle := "text-gray-500 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-200 hover:underline inline-flex gap-1 items-center" }} + {{ $iconStyle := "w-4 h-4 flex-shrink-0" }} + + -
-
© 2025 Tangled Labs Oy. All rights reserved.
-
+ +
+ +
+
© 2025 Tangled Labs Oy. All rights reserved.
+
+
{{ end }} -- 2.51.2