mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
Yerk colors
This commit is contained in:
@ -1,11 +1,11 @@
|
|||||||
<ion-nav [root]="root"></ion-nav>
|
<ion-nav [root]="root"></ion-nav>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
ion-nav {
|
.nav-ios .navbar-container {
|
||||||
background-color: #00E2BE !important;
|
background-color: #2FD9BB !important;
|
||||||
}
|
}
|
||||||
#tabs .tab-bar {
|
.nav-ios .navbar-title {
|
||||||
background-color: #FEFEFE;
|
color: #FDFEFE;
|
||||||
}
|
}
|
||||||
#tabs .tab-bar:before {
|
#tabs .tab-bar:before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -25,6 +25,6 @@
|
|||||||
color: #C7C7C7;
|
color: #C7C7C7;
|
||||||
}
|
}
|
||||||
#tabs .tab-button[aria-selected="true"] {
|
#tabs .tab-button[aria-selected="true"] {
|
||||||
color: #00ECC4;
|
color: #51E3C2;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Reference in New Issue
Block a user