mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
12 lines
173 B
HTML
12 lines
173 B
HTML
<ion-nav [initial]="splashPage">
|
|
</ion-nav>
|
|
|
|
<style>
|
|
.navbar-container {
|
|
background-color: #ff6600 !important;
|
|
}
|
|
.md .nav ion-title {
|
|
color: #fff !important;
|
|
}
|
|
</style>
|