Skip to content

Commit

Permalink
Merge pull request #268 from 1712n/fix-collapsibles-2
Browse files Browse the repository at this point in the history
Fix visibility of collapsible controls
  • Loading branch information
marina-chibizova authored Sep 25, 2023
2 parents 9ef77ce + 3846e6f commit a850a0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
7 changes: 5 additions & 2 deletions assets/_collapsible.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// General
.collapsible {
// control containers
h2,
Expand All @@ -21,8 +22,9 @@
border: none;
outline: none;
cursor: pointer;
font-size: 1rem;
font-size: 1.1rem;
font-weight: 300;
color: var(--body-font-color, black);

&:hover {
font-weight: 400;
Expand All @@ -44,13 +46,14 @@
}
}

// Case Specific
.book-toc .collapsible {
h2 {
font-size: 1em;
}

.anchor {
color: black;
color: var(--body-font-color, black);
font-weight: bold;
}
}
17 changes: 0 additions & 17 deletions layouts/partials/docs/menu.html

This file was deleted.

0 comments on commit a850a0d

Please sign in to comment.