From da18417b3b36f466efc80e1a3d0bb6b6d6831892 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sun, 14 Jan 2018 17:58:43 +0100 Subject: [PATCH] Add some style tweaks --- docs/source/_static/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/source/_static/css/style.css b/docs/source/_static/css/style.css index a49a838f..7f9cbdfd 100644 --- a/docs/source/_static/css/style.css +++ b/docs/source/_static/css/style.css @@ -11,3 +11,12 @@ .wy-side-nav-search input[type=text] { border-color: #918e86; } + +.wy-nav-content a:visited { + color: #2980B9; +} + +.wy-menu-vertical a:active { + color: #3b3936; + background-color: #d1ccc1; +}