Theme styles on 404 page

Just did a simple tweak of the login-button for a theme:

image

But declarations are not applied reliably on the 404-page:

Screenshot from 2024-08-08 11-25-18

So I noticed that the button on the login-page doesn’t follow the common template, the label is not wrapped in a span with a class.

The hover color is off as well:

Now I just hide it all-together on that page using body.no-ember as a selector, because it seems header elements generally don’t follow common templates here.

So this page is somehow rendered outside of the framework… is there a reason for that or could it be integrated?

1 Like