demos: improve button styling

This commit is contained in:
Philipp Kühn 2021-10-16 00:08:48 +02:00
parent 15d41943a4
commit e9ee6bc68e

View File

@ -55,6 +55,12 @@ body {
background-color: transparent;
}
button,
input {
font-size: inherit;
font-family: inherit;
}
.ProseMirror:focus {
outline: none;
}