Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _sass/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
--nav-bg: #f6fbfe;
--nav-text: #666666;
--nav-selected: #d9edf7;
--nav-hover: #eef6fb;
--brand-color: #f6fbfe;
--page-header: #888888;
--inline-code-color: #393318;
Expand All @@ -30,6 +31,7 @@
--nav-bg: #202225;
--nav-text: #cccccc;
--nav-selected: #535353;
--nav-hover: #3a3d42;
--brand-color: #000000;
--page-header: #999999;
--inline-code-color: #FFFFFF;
Expand Down
4 changes: 4 additions & 0 deletions _sass/_dark-mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ h4 {
background-color: var(--nav-selected) !important;
}

#nav-tree .item:not(.selected):hover {
background-color: var(--nav-hover) !important;
}

#nav-tree .selected a {
color: var(--content-color) !important;
text-shadow: none !important;
Expand Down
4 changes: 4 additions & 0 deletions navtree.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

#nav-tree .item:not(.selected):hover {
background-color: var(--nav-hover, #eef6fb);
}

#nav-tree img {
margin:0px;
padding:0px;
Expand Down