Skip to content

Commit

Permalink
Update screen.css.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
kyyberi committed Sep 7, 2024
1 parent da18c3c commit 65aa392
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/stylesheets/screen.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,14 @@ html, body {

// This is the currently selected ToC entry
.toc-link.active {
background-color: $nav-active-bg;
color: $nav-active-text;
background-color: #144378;
color: #fff;
}

// this is parent links of the currently selected ToC entry
.toc-link.active-parent {
background-color: $nav-active-parent-bg;
color: $nav-active-parent-text;
background-color: #144378;
color: #fff;
}

.toc-list-h2 {
Expand Down Expand Up @@ -378,7 +378,7 @@ html, body {
border-top: 0px solid #ccc;
padding-top: 1.2em;
padding-bottom: 1.2em;
background-color: transparent;
background-color: transparent
margin-right: 1px;

}
Expand Down

0 comments on commit 65aa392

Please sign in to comment.