diff --git a/doc/sources/.static/default.css b/doc/sources/.static/default.css index 919a95dc3..04ba9f924 100644 --- a/doc/sources/.static/default.css +++ b/doc/sources/.static/default.css @@ -474,6 +474,12 @@ ul.fakelist { margin-top: 0 !important; } +img.align-right { + float: right; + margin-left: 10px; +} + + /* "Footnotes" heading */ p.rubric { margin-top: 30px; diff --git a/doc/sources/sphinxext/kivy_pygments_theme.py b/doc/sources/sphinxext/kivy_pygments_theme.py index 85eaa8477..e9047b6c8 100644 --- a/doc/sources/sphinxext/kivy_pygments_theme.py +++ b/doc/sources/sphinxext/kivy_pygments_theme.py @@ -16,7 +16,7 @@ class KivyStyle(Style): Error: "#FF0000 border:#FF0000", # class: 'err' Other: "#FF0000", # class 'x' - Comment: "italic #aaa385", # class: 'c' + Comment: "italic #666385", # class: 'c' Comment.Preproc: "noitalic", # class: 'cp' Keyword: "bold #000000", # class: 'k'