diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-08-04 10:01:09 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-08-04 10:01:09 -0400 |
| commit | 78c041344b4eb63097b91487de782f08ed9c96b2 (patch) | |
| tree | 337b195ad587b45679e74cfa8b34900a1c541669 /docs/style.css | |
| parent | 8659fe5eb829b912b21c5ef604d8a7f36a74ee28 (diff) | |
Make prefix key configuration look more <kbd>-like
Diffstat (limited to 'docs/style.css')
| -rw-r--r-- | docs/style.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/style.css b/docs/style.css index 3388aed7..3264e776 100644 --- a/docs/style.css +++ b/docs/style.css @@ -126,8 +126,9 @@ textarea { width: 100%; outline: none; resize: vertical; margin: 0; } } .kbext select { opacity: 0.5; border: none; } .prfx { - width: 1.2em; text-align: center; border: 1px solid #bdcac4; - margin-left: 0.6em; + width: 1.2em; text-align: center; margin-left: 0.6em; + border: 1px solid #bdcac4; border-radius: 0.4em; + box-shadow: -0.03em 0.02em 0 0 #bdcac4; } .rel { position: relative; } .demo { @@ -191,6 +192,7 @@ a:visited { color: #3d155f; } input { border-color: #0c0d0e; } textarea, pre, code, .primitives tr td:first-child { color: #969698; background-color: #0c0d0e; } textarea, pre, code, .kb, .prfx { border-color: #040509; } + .prfx { box-shadow: -0.03em 0.02em 0 0 #040509; } .code, .codeCover { fill: #0c0d0e; stroke: #040509; } .codeCover { stroke: #0c0d0e; } code { border-color: #0c0d0e; background-color: #0f1011; } |
