diff options
| author | Paul Buetow <paul@buetow.org> | 2024-05-17 23:59:48 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-05-17 23:59:48 +0300 |
| commit | 3b71d9292d7f784fbcc064dcd93a50dc40d0a811 (patch) | |
| tree | e1ef51e0d2a6352a89ac617208412507b23d360f /extras | |
| parent | aacca061ad22f792eebcdcf5d55243225c28c885 (diff) | |
change inlinecode
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/html/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extras/html/style.css b/extras/html/style.css index 8d20578..b224a3c 100644 --- a/extras/html/style.css +++ b/extras/html/style.css @@ -117,9 +117,9 @@ pre { span.inlinecode { font-family: code, monospace; background: #1e1e1e; - padding: 5px; + padding: 1px; border: 1px solid #00d4ff; - border-radius: 5px; - box-shadow: 0 0 5px #00d4ff; + border-radius: 3px; + box-shadow: 0 0 6px #00d4ff; color: #00d4ff; } |
