Make textarea monospace on Safari

This commit is contained in:
Mikko Ahlroth 2022-10-26 12:54:54 +03:00
parent 38a2bf14c8
commit c43fe3a7d5

View file

@ -34,6 +34,7 @@ main {
flex-grow: 1;
font-size: 1.2rem;
font-family: monospace;
white-space: pre-wrap;
overflow-y: auto;