mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
[matrix] Dark Theme
* Apply width restructions to modals and images * Dark theme 2.0 * Add webkit scrollbar * Use Object.keys instead of Object.entries where applicable
This commit is contained in:
9
docs/_templates/layout.html
vendored
9
docs/_templates/layout.html
vendored
@ -91,6 +91,15 @@
|
||||
</h3>
|
||||
</div>
|
||||
|
||||
<div class='setting'>
|
||||
<h3>Enable dark theme:
|
||||
<label class="toggle" title="Enable the dark theme.">
|
||||
<input type="checkbox" name="useDarkTheme" onclick="updateSetting(this);">
|
||||
<span class="toggle-slider"></span>
|
||||
</label>
|
||||
</h3>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
{% block body %} {% endblock %}
|
||||
|
Reference in New Issue
Block a user