CtrEditor/Python/tsnet/docs/_templates/layout.html

10 lines
221 B
HTML

{% extends "!layout.html" %}
{% block footer %} {{ super() }}
<style>
/* Sidebar header (and topbar for mobile) */
.wy-side-nav-search, .wy-nav-top {
background: #cc6600;
}
</style>
{% endblock %}