From 8bdef44df0876840a9fb34e7bd820b0eee7c9700 Mon Sep 17 00:00:00 2001 From: Aina Niemetz Date: Tue, 25 May 2021 14:05:40 -0700 Subject: [PATCH] api docs: Fix and tweak style for home and top links. (#6618) --- docs/_static/custom.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/_static/custom.css b/docs/_static/custom.css index 81ecdc936..032efba56 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -32,7 +32,19 @@ a:hover, a:focus { } .wy-side-nav-search > a { - color: #fcfffa; + color: #ace600; +} + +.wy-side-nav-search > a:hover, > a:focus, > a:visited { + color: #ace600; +} + +.wy-breadcrumbs a { + color: #739900; +} + +.wy-breadcrumbs a:hover, a:focus { + color: #0099e6; } .wy-side-nav-search input[type="text"] { @@ -56,10 +68,10 @@ a:hover, a:focus { } .wy-nav-top { - color: #fcfffa; + color: #ace600; background-color: #0099e6; } .wy-nav-top a { - color: #fcfffa; + color: #ace600; } -- 2.30.2