Skip to content

Commit

Permalink
Update _Small Teaching Online_. Style sidebar TOC scroll indicator.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-p-randall committed May 10, 2024
1 parent 5f38af9 commit 1349861
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _notes/Reading/Books/darby-small-teaching-online.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
date: 2024-03-09
last_modified_at: 2024-04-28
last_modified_at: 2024-05-10
reading: true
reading-books: true
excerpt: "Darby ."
Expand All @@ -14,7 +14,7 @@ year_read:
date_read:
date_started: 2024-03-07
current: true
progress_current: 131
progress_current: 207
progress_max: 252
---

Expand Down
4 changes: 4 additions & 0 deletions _sass/minimal-mistakes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,8 @@ h6 {
.page__comments-title {
font-size: 1.25em;
text-transform: none;
}

.toc .active a {
box-shadow: inset 0 0 0 0.15rem mix($background-color, $link-color-hover, 5%);
}
3 changes: 1 addition & 2 deletions _sass/minimal-mistakes/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -518,8 +518,7 @@
// @include yiq-contrasted($active-color);

.active a {
// box-shadow: 0 0 0 0.1rem mix($background-color, $link-color-hover, 25%);
box-shadow: inset 0 0 0 0.15rem mix($background-color, $link-color-hover, 5%);
box-shadow: 0 0 0 0.1rem mix($background-color, $link-color-hover, 25%);
}

}
Expand Down

0 comments on commit 1349861

Please sign in to comment.