Yerk colors

This commit is contained in:
Max Lynch
2015-06-24 13:46:39 -05:00
parent 93e373e041
commit ed0340cb74

View File

@ -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>