diff --git a/ionic/components/app/typography.scss b/ionic/components/app/typography.scss index ad115b472a..99afdcd7e4 100644 --- a/ionic/components/app/typography.scss +++ b/ionic/components/app/typography.scss @@ -100,3 +100,17 @@ sup { sub { bottom: -0.25em; } + +@each $color, $value in $colors { + h1, h2, h3, h4, h5, h6, + p, + span, + a, + small, + sub, + sup { + &[#{$color}] { + color: $value !important; + } + } +}