inheritance

This commit is contained in:
ethan merchant 2024-11-03 01:46:21 -05:00
parent b69b2d6b57
commit dcaa7f2b8a

View file

@ -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;