Fix error page font on Chrome OS

This commit is contained in:
Tudor Brindus 2019-03-15 00:16:20 -04:00 committed by GitHub
parent d1ddc3fb35
commit dc753986b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
body {
color: #FFFFFF;
background-color: #000080;
font-family: Lucida Console, serif;
font-family: Lucida Console, Monospace, serif;
font-size: 14px;
font-smooth: never;
-webkit-font-smoothing: none;
@ -19,7 +19,7 @@
}
pre {
font-family: Lucida Console, serif;
font-family: Lucida Console, Monospace, serif;
line-height: 1.3;
font-smooth: never;
-webkit-font-smoothing: none;
@ -36,4 +36,4 @@ site died (signal <b>{{ code }}</b>, exit -11)<br><br>panic: <a href="javascript
<pre>{{ traceback }}</pre>
{% endif %}
</body>
</html>
</html>