Fix: Inherit letter spacing

This commit is contained in:
sly
2020-11-22 09:10:15 -08:00
parent d28ad027c9
commit 15f4b42753

View File

@@ -149,6 +149,7 @@ textarea {
resize: none;
outline: none;
font-weight: inherit;
letter-spacing: inherit;
}
ul {