Use monokai as the dark mode

I prefer how it looks
This commit is contained in:
Jake Howard 2022-08-27 22:48:22 +01:00
parent 1a2320d14a
commit eddf4c88d1
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -14,7 +14,7 @@
<link rel="stylesheet" type="text/css" href="{% static 'css/lite-youtube-embed.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'contrib/shareon/shareon.min.css' %}">
<link rel="stylesheet" type="text/css" href="{% url 'code-block:styles' 'default' %}" id="pygments-light">
<link rel="stylesheet" type="text/css" href="{% url 'code-block:styles' 'github-dark' %}" id="pygments-dark">
<link rel="stylesheet" type="text/css" href="{% url 'code-block:styles' 'monokai' %}" id="pygments-dark">
{% endblock %}
{% block extra_js %}