[ea0fd6]: / docs / source / _templates / layout.html

Download this file

19 lines (18 with data), 417 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
{% extends "!layout.html" %}
{% block footer %} {{ super() }}
<style>
/* Sidebar header (and topbar for mobile) */
.wy-side-nav-search, .wy-nav-top {
background: #333333;
}
/* Sidebar */
.wy-nav-side {
background: #6600CC;
}
/* functions */
/* .rst-content dl:not(.docutils) dt {
background: #B0F0F7;
border-top: #10DDBA;
} */
</style>
{% endblock %}