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