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

22 lines
259 B
SCSS

body.md {
.tabs-icon tabbar {
background-color: #f53d3d;
a {
color: #fff;
}
}
.tabs-icon tab-highlight {
color: #fff;
background-color: #fff;
}
}
body.ios {
.tabs-icon tabbar {
a {
color: #f53d3d;
}
}
}