mirror of
https://github.com/DMOJ/online-judge.git
synced 2024-11-25 16:32:37 +08:00
Fix error page font on Chrome OS
This commit is contained in:
parent
d1ddc3fb35
commit
dc753986b3
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user