22 lines
455 B
SCSS
22 lines
455 B
SCSS
/*
|
|
Authors : initappz (Rahul Jograna)
|
|
Website : https://initappz.com/
|
|
App Name : E-Learning App Template
|
|
This App Template Source code is licensed as per the
|
|
terms found in the Website https://initappz.com/license
|
|
Copyright and Good Faith Purchasers © 2021-present initappz.
|
|
*/
|
|
ion-header {
|
|
ion-toolbar {
|
|
--background: var(--ion-color-primary);
|
|
|
|
ion-icon {
|
|
color: white;
|
|
}
|
|
|
|
ion-title {
|
|
color: white;
|
|
}
|
|
}
|
|
}
|