Fix font difference between code block and textarea

This commit is contained in:
Jordan Doyle 2022-03-28 17:53:01 +01:00
parent 057ed640ee
commit 9fff1df6e6
No known key found for this signature in database
GPG Key ID: 1EA6BAE6F66DC49A
2 changed files with 3 additions and 2 deletions

View File

@ -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 %}

View File

@ -9,6 +9,7 @@
background: none;
border: none;
outline: 0;
resize: none;
overflow: auto;
@ -61,4 +62,4 @@
}
});
</script>
{% endblock content %}
{% endblock content %}