wowana.me

website source


commit 75683b4f4e463dd6a05b8d14b7fa1e97b44c0eab
parent 55fa525b79d65b0a09dc2aa0f8982a34c2e16bb5
Author: opal hart <opal@wowana.me>
Date:   Thu, 27 Aug 2020 23:46:30 +0000

css: use backticks for <kbd/> rather than border

Diffstat:
Mout/opal.css | 11+++++++----
1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/out/opal.css b/out/opal.css @@ -124,10 +124,13 @@ summary:hover, main a:hover { text-decoration: none; } kbd { - border-width: 0 .1em; - padding: 0 .5em; - margin: 0 .5em; - border-style: solid; + quotes: "`" "`"; +} +kbd::before { + content: open-quote; +} +kbd::after { + content: close-quote; } .sidebar a:not(.nolink) { color: #2a0217;