Added custom CSS doc-dc
authorDamien Correia
Thu, 12 Apr 2018 14:08:01 +0200
branchdoc-dc
changeset 48 ca7d05086e67
parent 47 5ca671ff6836
child 49 a33f67e15345
Added custom CSS
src/source/_static/css/custom.css
src/source/conf.py
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/source/_static/css/custom.css	Thu Apr 12 14:08:01 2018 +0200
@@ -0,0 +1,3 @@
+.wy-menu .caption-text{
+	color: #2D87C2;
+}
--- a/src/source/conf.py	Thu Apr 12 11:44:17 2018 +0200
+++ b/src/source/conf.py	Thu Apr 12 14:08:01 2018 +0200
@@ -235,3 +235,7 @@
         else:
             return super(self.__class__, self).__doc__
     FieldProperty.__doc__ = property(get_field_doc)
+
+
+def setup(app):
+    app.add_stylesheet('css/custom.css')