Fix font difference between code block and textarea
This commit is contained in:
parent
057ed640ee
commit
9fff1df6e6
2 changed files with 3 additions and 2 deletions
|
@ -14,10 +14,10 @@
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
background: #263238;
|
background: #263238;
|
||||||
color: #B0BEC5;
|
color: #B0BEC5;
|
||||||
font-family: 'Courier New', Courier, monospace;
|
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
body, code, textarea { font-family: Monaco, Menlo, Courier, Courier New, Andale Mono, monospace; }
|
||||||
{% block styles %}{% endblock styles %}
|
{% block styles %}{% endblock styles %}
|
||||||
</style>
|
</style>
|
||||||
{% block head %}{% endblock head %}
|
{% block head %}{% endblock head %}
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
|
outline: 0;
|
||||||
|
|
||||||
resize: none;
|
resize: none;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue