add basic input styles

This commit is contained in:
Philipp Kühn 2021-10-24 19:17:52 +02:00
parent 0ac78c451e
commit a6d6f4e7ae

View File

@ -56,9 +56,17 @@ body {
} }
button, button,
input { input,
select {
font-size: inherit; font-size: inherit;
font-family: inherit; font-family: inherit;
color: black;
margin: 0.1rem;
border: 1px solid black;
border-radius: 0.3rem;
padding: 0.1rem 0.4rem;
background: white;
accent-color: black;
} }
.ProseMirror:focus { .ProseMirror:focus {