Skip to content

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonclark authored Jan 30, 2024
1 parent e2b0070 commit 6cc86e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sphinx/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ html:not([data-theme='light']) .bd-content svg.my-svg {
height: 100vh;
border: none;
}
/* this fixes darkmode within the json-ld playground iframe
by inverting all colors if darkmode is active */
html[data-theme="dark"] iframe[src*="json-ld.org/playground"] {
filter: invert(0.9);
}



Expand Down

0 comments on commit 6cc86e9

Please sign in to comment.