Fix: Inherit font weight

This commit is contained in:
sly
2020-11-22 09:01:19 -08:00
parent b3de3f1d88
commit d28ad027c9

View File

@@ -148,6 +148,7 @@ textarea {
width: 100%;
resize: none;
outline: none;
font-weight: inherit;
}
ul {