mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Sphinx extension for adding Remix links to code snippets
This commit is contained in:
Vendored
+6
@@ -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. */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user