Use monokai as the dark mode
I prefer how it looks
This commit is contained in:
parent
1a2320d14a
commit
eddf4c88d1
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue