From 7a34ebe53bae036348bd8f2709f463b3042f2942 Mon Sep 17 00:00:00 2001 From: Still Hsu <341464@gmail.com> Date: Sat, 16 Feb 2019 11:32:47 +0800 Subject: [PATCH] Update themes --- docs/_template/light-dark-theme/styles/gray.css | 6 +++--- docs/_template/light-dark-theme/styles/material.css | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/_template/light-dark-theme/styles/gray.css b/docs/_template/light-dark-theme/styles/gray.css index 4854c4562..463561be5 100644 --- a/docs/_template/light-dark-theme/styles/gray.css +++ b/docs/_template/light-dark-theme/styles/gray.css @@ -48,13 +48,13 @@ hr { } /* top navbar */ -.navbar-inverse[role="navigation"] { +/*.navbar-inverse[role="navigation"] { background-color: #2C2F33; -} +}*/ /* sub navbar (below top) */ .subnav { - background: #282B2F + background: rgb(69, 75, 82) } diff --git a/docs/_template/light-dark-theme/styles/material.css b/docs/_template/light-dark-theme/styles/material.css index 7d634c170..7e749b6c5 100644 --- a/docs/_template/light-dark-theme/styles/material.css +++ b/docs/_template/light-dark-theme/styles/material.css @@ -79,7 +79,7 @@ article h4 { .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover { color: #fff; - background-color: #0d47a1; + background-color: #1157c0; border-bottom: 3px solid white; } @@ -87,7 +87,7 @@ article h4 { .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover { color: #fff; - background-color: #0d47a1; + background-color: #1157c0; border-bottom: 3px solid white; }