Just did a simple tweak of the login-button for a theme:
But declarations are not applied reliably on the 404-page:
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?