update mode link colors

This commit is contained in:
Adam Bradley
2015-12-05 11:25:48 -06:00
parent 5ae94e6559
commit a22e2cfdd7
3 changed files with 44 additions and 23 deletions

View File

@@ -10,10 +10,6 @@ ion-content {
background-color: $background-ios-color;
}
a {
color: $link-ios-color;
}
.outer-content {
background: $outer-content-ios-background-color;
}
@@ -22,22 +18,3 @@ ion-nav.has-views,
ion-tab.has-views {
background: #000;
}
@each $color-name, $color-value in $colors-ios {
h1, h2, h3, h4, h5, h6,
p,
span,
a:not([button]),
small,
b,
i,
u,
strong,
em,
sub,
sup {
&[#{$color-name}] {
color: $color-value !important;
}
}
}