aboutsummaryrefslogtreecommitdiffstats
path: root/templates/wiki/special_all.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/wiki/special_all.html')
-rw-r--r--templates/wiki/special_all.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wiki/special_all.html b/templates/wiki/special_all.html
index 92aa12a4..45a641a6 100644
--- a/templates/wiki/special_all.html
+++ b/templates/wiki/special_all.html
@@ -17,7 +17,7 @@
<ul>
{% for page in pages %}
<li><a href="{{ url_for("wiki.page", page=page.slug) }}">
- {{ page.title }} (<span style="font-family: monospace;">{{ page.slug }}</span>)
+ {{ page.title }} (<span class="fira-code">{{ page.slug }}</span>)
</a></li>
{% endfor %}
</ul>