Files
2015-11-19 15:50:43 -06:00

22 lines
285 B
SCSS

body.md {
.tabs-icon-text tabbar {
background-color: #7e60ff;
a {
color: #fff !important;
}
}
.tabs-icon-text tab-highlight {
color: #fff;
background-color: #fff;
}
}
body.ios {
.tabs-icon-text tabbar {
a {
color: #7e60ff;
}
}
}