From fb00bf9e6bed3cebf72da8bf90df6c4b8b1e543e Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 20 Apr 2026 22:35:43 +0200 Subject: fix: correct Tailwind class in back-to-top button CSS (justify-center) --- themes/danix-xyz-hacker/assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/danix-xyz-hacker/assets/css/main.css b/themes/danix-xyz-hacker/assets/css/main.css index 667c57f..338a504 100644 --- a/themes/danix-xyz-hacker/assets/css/main.css +++ b/themes/danix-xyz-hacker/assets/css/main.css @@ -614,7 +614,7 @@ html.theme-light picture img[src="/images/default_thumbnail_dark.png"] { /* Back to top button */ .back-to-top { - @apply fixed bottom-6 right-6 z-40 w-11 h-11 rounded-full flex items-center justify-content-center; + @apply fixed bottom-6 right-6 z-40 w-11 h-11 rounded-full flex items-center justify-center; background: var(--accent); box-shadow: 0 0 12px rgba(var(--accent-rgb), 0.4); transition: background 200ms ease, box-shadow 200ms ease; -- cgit v1.2.3