Skip to content

Commit

Permalink
Remove custom target css, add note what this css selector does
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmarwitz committed Nov 5, 2024
1 parent e02c269 commit c43d80b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ Out[ ] blocks are not displayed.
}

/*
Allows to better see the linked target.
Add your custom style here to highlight the target element.
This e.g. triggers when an internal link to a function in the API documentation is clicked.
The function will be the target then.
*/
:target {
box-shadow: 0 0 15px var(--md-primary-fg-color);
border: 1px solid var(--md-primary-fg-color);
border-radius: 8px;
padding: 5px;

}

0 comments on commit c43d80b

Please sign in to comment.