aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/content
diff options
context:
space:
mode:
authorGravatar kosayoda <[email protected]>2021-04-13 12:09:44 +0800
committerGravatar kosayoda <[email protected]>2021-04-13 23:09:55 +0800
commitb46abad51671d1f8049913b4e7ef629010686d13 (patch)
tree4b0879f118a192eaf34673dd75eb8932e6c199a4 /pydis_site/templates/content
parentMigrate root files. (diff)
Use the more consistent highlight.
We don't need ReasonML support, and the reasonable theme has a really ugly neon parameter color.
Diffstat (limited to 'pydis_site/templates/content')
-rw-r--r--pydis_site/templates/content/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/content/page.html b/pydis_site/templates/content/page.html
index 45aa8221..759286f6 100644
--- a/pydis_site/templates/content/page.html
+++ b/pydis_site/templates/content/page.html
@@ -3,7 +3,7 @@
{% block head %}
{{ block.super }}
<link rel="stylesheet"
- href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.1/styles/atom-one-dark-reasonable.min.css">
+ href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.1/styles/atom-one-dark.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.1/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
{% endblock %}