diff options
Diffstat (limited to 'extra.css')
-rw-r--r-- | extra.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra.css b/extra.css new file mode 100644 index 0000000..b1f46c2 --- /dev/null +++ b/extra.css @@ -0,0 +1,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; +} |