From ef1ae8eabcbc45c049900abad71e8eafd451d9bf Mon Sep 17 00:00:00 2001 From: Sourabh Shirhatti Date: Tue, 9 Feb 2016 10:15:30 -0800 Subject: [PATCH] Fix tablet CSS --- common/_static/custom.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/common/_static/custom.css b/common/_static/custom.css index 6c8f402a00..20f98b3da7 100644 --- a/common/_static/custom.css +++ b/common/_static/custom.css @@ -53,6 +53,16 @@ b, font-family: wf_segoe-ui_bold, wf_segoe-ui_semibold, wf_segoe-ui_normal, Arial, sans-serif }*/ +.wy-nav-top { + background: #2b3990; +} + +.wy-nav-top > a, +.wy-nav-top > a:link, +.wy-nav-top > a.visited { + color: #ffffff; +} + .wy-nav-content-wrap, .wy-nav-content { background: #fff; }