From 3735ea5e8c451b84621c90e6ce4d0140448ad37d Mon Sep 17 00:00:00 2001 From: vis2k Date: Wed, 6 Nov 2019 09:18:22 +0100 Subject: [PATCH] Doc color consistency --- doc/templates/material/styles/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/templates/material/styles/main.css b/doc/templates/material/styles/main.css index c64cc7f9a..dbec4065e 100755 --- a/doc/templates/material/styles/main.css +++ b/doc/templates/material/styles/main.css @@ -65,14 +65,14 @@ article h4 { } .navbar-inverse { - background-color: #0d47a1; + background-color: #4285f4; z-index: 100; } .navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text { color: #fff; - background-color: #0d47a1; + /*background-color: #0d47a1;*/ border-bottom: 3px solid transparent; padding-bottom: 12px; } @@ -80,7 +80,7 @@ article h4 { .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover { color: #fff; - background-color: #0d47a1; + /*background-color: #0d47a1;*/ border-bottom: 3px solid white; } @@ -88,7 +88,7 @@ article h4 { .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover { color: #fff; - background-color: #0d47a1; + /*background-color: #0d47a1;*/ border-bottom: 3px solid white; }