diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-08-22 09:47:16 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-08-22 09:47:16 -0400 |
| commit | 60d51c85dd306989e919e91e37d9b94fe60411c2 (patch) | |
| tree | 24cf7c20d6f6ef60cabb48b8f2395c0a62d32818 /docs/style.css | |
| parent | 622d3900e42be4997e691a8ca00d9846d6e87100 (diff) | |
Add REPL links to documentation code blocks
Diffstat (limited to 'docs/style.css')
| -rw-r--r-- | docs/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/style.css b/docs/style.css index ce0c68a6..8ce0babf 100644 --- a/docs/style.css +++ b/docs/style.css @@ -74,6 +74,15 @@ textarea { width: 100%; outline: none; resize: vertical; margin: 0; } cursor: pointer; } +.replLink { + float: right; + position: relative; + right: 1em; + top: 0.8em; + font-size: 0.84em; + opacity: 0.7; +} + .Value { color: #1f2020; } .Function { color: #1f7229; } .Modifier { color: #7b3b60; } |
