From 800591db00fedfe62e26a32a5bc847019a865bdb Mon Sep 17 00:00:00 2001 From: Stefanie Fluin Date: Wed, 22 Mar 2017 21:45:46 -0700 Subject: [PATCH] feat(aio): add a and ol to standard typo styles --- aio/src/styles/0-base/_typography.scss | 2 +- aio/src/styles/_typography-theme.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/src/styles/0-base/_typography.scss b/aio/src/styles/0-base/_typography.scss index 61c0f6f537..89f99c4071 100755 --- a/aio/src/styles/0-base/_typography.scss +++ b/aio/src/styles/0-base/_typography.scss @@ -54,7 +54,7 @@ margin-top: 0px; } - p, ol, ul, input { + p, ol, ul, ol, input, a { font-size: 14px; line-height: 24px; letter-spacing: 0.30px; diff --git a/aio/src/styles/_typography-theme.scss b/aio/src/styles/_typography-theme.scss index 00cbab08e3..ea39016849 100755 --- a/aio/src/styles/_typography-theme.scss +++ b/aio/src/styles/_typography-theme.scss @@ -14,7 +14,7 @@ background: rgba(mat-color($foreground, secondary-text), .03); } - h3, h2, h4, h5, p, ol, li{ + h3, h2, h4, h5, p, ol, li { color: mat-color($foreground, secondary-text); }