From 42207e487ea474567e3df0530b6579a3f9300143 Mon Sep 17 00:00:00 2001 From: Alex Hatzenbuhler Date: Thu, 8 May 2025 08:45:28 -0500 Subject: [PATCH] Fix dark mode welcome screen for self-hosting (#2225) --- app/views/registrations/new.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/registrations/new.html.erb b/app/views/registrations/new.html.erb index 7eb32066..6d63d0cb 100644 --- a/app/views/registrations/new.html.erb +++ b/app/views/registrations/new.html.erb @@ -3,9 +3,9 @@ %> <% if self_hosted_first_login? %> -
-

<%= t(".welcome_title") %>

-

<%= t(".welcome_body") %>

+
+

<%= t(".welcome_title") %>

+

<%= t(".welcome_body") %>

<% elsif @invitation %>