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