From 60d51c85dd306989e919e91e37d9b94fe60411c2 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 22 Aug 2020 09:47:16 -0400 Subject: Add REPL links to documentation code blocks --- docs/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/style.css') 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; } -- cgit v1.2.3