From 17f002dc824507dc5d939a4533565076ce2183fc Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 27 Aug 2018 20:52:15 -0400 Subject: fix styles for mobile layouts --- docs/docs.css | 13 +++++++++---- mkdocs.yml | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/docs.css b/docs/docs.css index ab7fd619..6009a104 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -78,11 +78,16 @@ pre { color: #fff; } -.wy-side-nav-search a:visited{ -color: #fff; +.toctree-l1 a:visited, .toctree-l1 a:hover, .toctree-l1 a { +color: #ccc; } -.toctree-l1 a:visited { -color: #ccc; +.wy-nav-top { + background-color: #d73726 !important; + color: #fff !important; +} + +.wy-nav-top a:visited, .wy-nav-top a:hover, .wy-nav-top a, .wy-side-nav-search a:visited, .wy-side-nav-search a:hover, .wy-side-nav-search a { +color: #fff; } diff --git a/mkdocs.yml b/mkdocs.yml index 4a62ac31..3c136fb7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,7 +6,7 @@ site_description: 'Documentation for the Binary Ninja reverse engineering platfo site_author: 'Vector 35 LLC' google_analytics: ['UA-72420552-3', 'docs.binary.ninja' ] use_directory_urls: False -extra_css: ['docs.css?1535411024'] +extra_css: ['docs.css?1535411025'] theme: name: readthedocs favicon: 'img/favicon.ico' -- cgit v1.3.1