For some reason I solved it this way:
First of all I added --ion-background-color:#ffffff; in the variables.scss file inside theme folder.
In my Page scss I wrote:
ion-content{
--ion-background-color:#111D12;
}
After that the background was successful set.