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); }