inheritance
This commit is contained in:
parent
b69b2d6b57
commit
dcaa7f2b8a
1 changed files with 10 additions and 1 deletions
|
@ -226,8 +226,17 @@ h2 {
|
||||||
margin: 12px 6px;
|
margin: 12px 6px;
|
||||||
color: var(--col-10);
|
color: var(--col-10);
|
||||||
}
|
}
|
||||||
|
div,
|
||||||
|
input {
|
||||||
|
font-family: inherit;
|
||||||
|
font-size: inherit;
|
||||||
|
color: inherit;
|
||||||
}
|
}
|
||||||
a, b, i, code, span {
|
a,
|
||||||
|
b,
|
||||||
|
i,
|
||||||
|
code,
|
||||||
|
span {
|
||||||
display: inline;
|
display: inline;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
|
Loading…
Add table
Reference in a new issue