Browse Source

Update themes

pull/1304/head
Still Hsu 6 years ago
parent
commit
7a34ebe53b
2 changed files with 5 additions and 5 deletions
  1. +3
    -3
      docs/_template/light-dark-theme/styles/gray.css
  2. +2
    -2
      docs/_template/light-dark-theme/styles/material.css

+ 3
- 3
docs/_template/light-dark-theme/styles/gray.css View File

@@ -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)
}




+ 2
- 2
docs/_template/light-dark-theme/styles/material.css View File

@@ -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;
}



Loading…
Cancel
Save