Theme colors not passed to reset password page

Hi,

I made my custom theme based on Dawn, which works great overall.

One issue I am having is that all theme colors which were configured in theme settings are not working in the reset password page.

I use one of the colors as the background of my footer.

In all other pages, the footer looks like this:

But in the reset password page (which is opened from the link sent to user’s email), it looks like this:

I checked it with the developer tools in Chrome, all variables are correctly set in, for example, login page:

But they are not in the reset password page:

Do you have any idea how can I have the background color also in the reset password page?