mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Doc color consistency
This commit is contained in:
parent
033e7972f9
commit
3735ea5e8c
8
doc/templates/material/styles/main.css
vendored
8
doc/templates/material/styles/main.css
vendored
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user