Header & Footer anpassen

Ändert nichts, habe es so eingefügt:

 

.footer-main {
    
     background: #571234;
     color: #f5f5f5;


.container {
     background: #571234;
     }

.navigation--link {
     color: #f5f5f5;
     }
	 
.footer-minimal{
     color: #f5f5f5;
     }


.column--headline {
     color: #f5f5f5;
     }
	 
.footer--bottom .navigation--link {
     color: #f5f5f5;
     }

}

oder auch so:

.footer-main {
    
     background: #571234;
     color: #f5f5f5;


.container {
     background: #571234;
     }

.navigation--link {
     color: #f5f5f5;
     }
	 
.footer-minimal{
     color: #f5f5f5;
     }


.column--headline {
     color: #f5f5f5;
     }
	 
.footer--bottom {
     color: #f5f5f5;
     }

}

Theme neugeladen, Cache geleert und auch STRG-F5. Ja in all.less ist alles eingefügt …