| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 | .wy-side-nav-search {
  background-color: #35b44f;
}
body {
  font-size: 1em;
}
code, .hljs-tag, .hljs-built_in, .hljs-tag .hljs-title, .hljs-rule .hljs-property, .django .hljs-tag, .hljs-keyword, .css .rule .hljs-keyword, .hljs-winutils, .nginx .hljs-title, .hljs-subst, .hljs-request, .hljs-status, .hljs-comment, .diff .hljs-header, .hljs-javadoc {
  font-weight: normal;
  font-style: normal;
  color: #111;
  font-size: 16px;
}
h3, h4, h5, h6  {
  color: #6A7380;
  margin-top: 1em;
}
 |