Login page background colour

I wanted to leave the general colours as stock, but just change the front login page colour.

Any idea on how to do this? Customs css?

see Custom CSS in Admin interface

.rc-old.full-page {
background: #B6C828;
}

.sidebar__footer {
background-color: #B6C828;
}

1 Like