Customise ion-toolbar per page

This doesn’t seem to work either as recommended here.

.toolbar {
    .toolbar-background {
        background: rgb(245,245,245); 
        box-shadow: 0px -1px 3px #888888;
    }
    
    .toolbar-content {
        text-align: center;
    }
}