feat(aio): add a and ol to standard typo styles
This commit is contained in:
parent
159c98c202
commit
800591db00
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue