From 2d82f6ec74200596ce50b7796ebad0dfee3cbe46 Mon Sep 17 00:00:00 2001 From: Alex Housley Date: Fri, 3 May 2019 11:27:10 +0100 Subject: [PATCH] Update theme_overrides.css (#66) * Update theme_overrides.css Brand colours. * Update theme_overrides.css Revert visited link colour. --- doc/source/_static/theme_overrides.css | 31 +++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/doc/source/_static/theme_overrides.css b/doc/source/_static/theme_overrides.css index 5df11567d..66deb24b9 100644 --- a/doc/source/_static/theme_overrides.css +++ b/doc/source/_static/theme_overrides.css @@ -12,8 +12,37 @@ overflow: visible !important; } /* https://blog.deimos.fr/2014/10/02/sphinxdoc-and-readthedocs-theme-tricks-2/ */ - .wy-nav-content { + .wy-nav-content { max-width: 1050px } + + /* Seldon brand updates */ + a { + color:#5159ff; + } + + .wy-side-nav-search { + background-color: #5159ff; + } + + .wy-menu-vertical p.caption { + color: #00ded0; + } + + .wy-nav-side { + color: #cccccc; + background: #333333; + } + + .rst-versions .rst-current-version { + color:#00ded0; + background:#000000; + } + } +@media screen and (min-width: 1100px) { + .wy-nav-content-wrap { + background: #f2f2f2; + } +}