This commit is contained in:
Ross
2021-12-31 13:50:43 +00:00
parent 04f6b9c168
commit be4da46036
2 changed files with 15 additions and 7 deletions
+8
View File
@@ -8,3 +8,11 @@
</div> </div>
{% endblock %} {% endblock %}
{% block css %}
<style type="text/css">
pre {
color: gray;
}
</style>
{% endblock css %}