Skip to content

Commit

Permalink
修复导航按钮消失的Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
陈志同 committed Jul 30, 2019
1 parent 3a5e4e4 commit 051029c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions NeoDocsBuilder/template/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ nav .logo {
footer > div {
background-color: #f8f9fa;
}
.navbar-toggler i {
color: rgba(0, 0, 0, 0.5);
}
.navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5);
}
Expand Down Expand Up @@ -515,6 +518,9 @@ h6:before {
.theme-dark footer > div {
background-color: #232323;
}
.theme-dark .navbar-toggler i {
color: rgba(255, 255, 255, 0.5);
}
.theme-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5);
}
Expand Down
3 changes: 3 additions & 0 deletions NeoDocsBuilder/template/css/site.less
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ nav .logo {
.navbar, footer > div {
background-color: @light-nav-bg;
}
.navbar-toggler i {
color: @light-nav-text;
}
.navbar-nav {
.nav-link {
color: @light-nav-text;
Expand Down
Loading

0 comments on commit 051029c

Please sign in to comment.