mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Merge branch 'rework' of github.com:squidfunk/mkdocs-material into rework
This commit is contained in:
commit
127b98b009
@ -280,9 +280,6 @@ Click on a tile to change the accent color of the theme:
|
|||||||
<button data-md-color-accent="amber">Amber</button>
|
<button data-md-color-accent="amber">Amber</button>
|
||||||
<button data-md-color-accent="orange">Orange</button>
|
<button data-md-color-accent="orange">Orange</button>
|
||||||
<button data-md-color-accent="deep-orange">Deep Orange</button>
|
<button data-md-color-accent="deep-orange">Deep Orange</button>
|
||||||
<button data-md-color-accent="brown">Brown</button>
|
|
||||||
<button data-md-color-accent="grey">Grey</button>
|
|
||||||
<button data-md-color-accent="blue-grey">Blue Grey</button>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
var buttons = document.querySelectorAll("button[data-md-color-accent]");
|
var buttons = document.querySelectorAll("button[data-md-color-accent]");
|
||||||
|
@ -42,8 +42,8 @@
|
|||||||
<span class="md-footer-copyright__highlight">
|
<span class="md-footer-copyright__highlight">
|
||||||
{{ config.copyright }}
|
{{ config.copyright }}
|
||||||
</span>
|
</span>
|
||||||
{% endif %}
|
|
||||||
<br>
|
<br>
|
||||||
|
{% endif %}
|
||||||
powered by
|
powered by
|
||||||
<a href="http://www.mkdocs.org">MkDocs</a>
|
<a href="http://www.mkdocs.org">MkDocs</a>
|
||||||
and the
|
and the
|
||||||
|
@ -81,8 +81,8 @@
|
|||||||
<span class="md-footer-copyright__highlight">
|
<span class="md-footer-copyright__highlight">
|
||||||
{{ config.copyright }}
|
{{ config.copyright }}
|
||||||
</span>
|
</span>
|
||||||
{% endif %}
|
|
||||||
<br />
|
<br />
|
||||||
|
{% endif %}
|
||||||
powered by
|
powered by
|
||||||
<a href="http://www.mkdocs.org">MkDocs</a>
|
<a href="http://www.mkdocs.org">MkDocs</a>
|
||||||
and the
|
and the
|
||||||
|
Loading…
Reference in New Issue
Block a user