aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-07-02 15:14:37 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-07-02 15:14:37 -0400
commitd146434b577e11ed97d9e9e5659be05cd23d14ff (patch)
tree3d3c281513b5cf1a98f8db083dc025fd9f247dba /docs/style.css
parentcb94d67942aee3b03463104b480b42e62826694b (diff)
Add map link to REPL keybars
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/style.css b/docs/style.css
index c6db8eb3..cac561d9 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -116,6 +116,10 @@ textarea { width: 100%; outline: none; resize: vertical; margin: 0; }
cursor: default;
padding: 1px;
}
+.kb a {
+ margin-left: 0.8em;
+ font-size: 0.8em; vertical-align: 0.08em; opacity: 0.8;
+}
.kb select {
position: absolute; bottom: 0.4em; right: 0.1em;
color: currentColor; opacity: 0.5;