-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/reorganize-patterns
- Loading branch information
Showing
7 changed files
with
5,967 additions
and
15,724 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
.table-of-contents { | ||
border-left: none; | ||
} | ||
|
||
.table-of-contents li { | ||
margin: 0 0.25rem 0 0; | ||
} | ||
|
||
.table-of-contents li ul { | ||
margin-left: 0.75rem; | ||
} | ||
|
||
.table-of-contents a { | ||
padding: var(--ifm-menu-link-padding-vertical) var(--ifm-menu-link-padding-horizontal); | ||
text-decoration: none; | ||
border-radius: .5rem; | ||
} | ||
|
||
.table-of-contents:hover { | ||
color: var(--ifm-color-primary); | ||
text-decoration: underline; | ||
} | ||
|
||
.table-of-contents .table-of-contents__link--active { | ||
outline: 1px solid #ddd; | ||
box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1); | ||
font-weight: 700; | ||
} | ||
|
||
.table-of-contents code { | ||
font-size: inherit; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters