diff options
| author | Paul Buetow <paul@buetow.org> | 2022-11-23 21:23:17 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-11-23 21:23:17 +0200 |
| commit | 607c1f5f93a482a484136b1630853fdaaef156c5 (patch) | |
| tree | d58061dc5ff56bf12588a3007b0ae65f9d86a359 /extras/html/style.css | |
| parent | ab839a744bf3ee29e8b65a36493ee5a496d56db4 (diff) | |
change inline code padding
Diffstat (limited to 'extras/html/style.css')
| -rw-r--r-- | extras/html/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/html/style.css b/extras/html/style.css index 1965786..981bc7e 100644 --- a/extras/html/style.css +++ b/extras/html/style.css @@ -144,6 +144,6 @@ span.inlinecode { font-family: monospace; border: 2px solid #aaaaaa; color: #ffa500; - padding: 3px; + padding: 1px; background-color: #000000; } |
