site: add dark/light theme toggle (system-pref default, persisted, no-flash) via data-theme; dark palette + github-dark code blocks
This commit is contained in:
parent
147db49f99
commit
71f2f6efcb
4 changed files with 44 additions and 20 deletions
|
|
@ -2,7 +2,7 @@
|
|||
{% block title %}{{ page_title }} — echoIRCd Docs{% endblock %}
|
||||
{% block head %}
|
||||
<link rel="stylesheet" href="/static/docs.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9.0/build/styles/github.min.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9.0/build/styles/github-dark.min.css">
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<div class="docs-shell">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue