mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
14 lines
196 B
SCSS
14 lines
196 B
SCSS
body.md {
|
|
|
|
.tabs-basic tabbar {
|
|
background-color: #387EF5;
|
|
|
|
a {
|
|
color: #fff !important;
|
|
}
|
|
}
|
|
.tabs-basic tab-highlight {
|
|
color: #fff;
|
|
background-color: #fff;
|
|
}
|
|
} |