aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/content
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2021-04-25 21:25:10 +0200
committerGravatar GitHub <[email protected]>2021-04-25 21:25:10 +0200
commitbd5f444e86cebb8d3928af0696a4a7b9c6a1a1fb (patch)
tree0a98b8040f455a3279ab91cb8510f86fe6ec32d6 /pydis_site/templates/content
parentMerge pull request #468 from python-discord/content-app-improvements (diff)
parentIncrease padding between text and images in lists. (diff)
Merge pull request #478 from python-discord/content-migration
Dewikification: Migrate site content to markdown.
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 %}