13653 darken code color to work in light and dark modes (#13827)

* 13653 darken code color to work in light and dark modes

* 13809 changed to use mx-1 on code block
This commit is contained in:
Arthur Hanson
2023-09-20 11:08:12 -07:00
committed by GitHub
parent 6e4b4a553b
commit a1e42dad10
3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@
<div class="alert alert-warning d-flex align-items-center" role="alert">
<i class="mdi mdi-alert"></i>
{% blocktrans trimmed with file_path=module.full_path %}
Script file at <code>{{ file_path }}</code> could not be loaded.
Script file at <code class="mx-1">{{ file_path }}</code> could not be loaded.
{% endblocktrans %}
</div>
{% else %}