Sphinx extension for adding Remix links to code snippets

This commit is contained in:
Kamil Śliwak
2021-10-07 18:25:00 +02:00
parent cd7db7faeb
commit 416b13850f
4 changed files with 123 additions and 0 deletions
+6
View File
@@ -627,3 +627,9 @@ code.docutils.literal.notranslate {
/* Literal.Number.Integer.Long */
/* Link to Remix IDE shown over code snippets */
a.remix-link {
filter: invert(1); /* The icon is black. In dark mode we want it white. */
}