Fix font difference between code block and textarea
Diff
templates/base.html | 2 +-
templates/index.html | 3 +++
2 files changed, 3 insertions(+), 2 deletions(-)
@@ -14,10 +14,10 @@
padding: 2rem;
background: #263238;
color: #B0BEC5;
font-family: 'Courier New', Courier, monospace;
line-height: 1.1;
display: flex;
}
body, code, textarea { font-family: Monaco, Menlo, Courier, Courier New, Andale Mono, monospace; }
{% block styles %}{% endblock styles %}
</style>
{% block head %}{% endblock head %}
@@ -9,6 +9,7 @@
background: none;
border: none;
outline: 0;
resize: none;
overflow: auto;
@@ -61,4 +62,4 @@
}
});
</script>
{% endblock content %}
{% endblock content %}