feat(aio): add a and ol to standard typo styles

This commit is contained in:
Stefanie Fluin 2017-03-22 21:45:46 -07:00 committed by Pete Bacon Darwin
parent 159c98c202
commit 800591db00
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@
margin-top: 0px; margin-top: 0px;
} }
p, ol, ul, input { p, ol, ul, ol, input, a {
font-size: 14px; font-size: 14px;
line-height: 24px; line-height: 24px;
letter-spacing: 0.30px; letter-spacing: 0.30px;

View File

@ -14,7 +14,7 @@
background: rgba(mat-color($foreground, secondary-text), .03); 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); color: mat-color($foreground, secondary-text);
} }