diff options
| author | Paul Buetow <paul@buetow.org> | 2022-06-13 07:24:50 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-06-13 07:24:50 +0100 |
| commit | 7ff81723feeffd7def66808ba88978318f70343f (patch) | |
| tree | d4b262a4479a2f74104b8bbe2961ae8fd8fde612 /htmlextras | |
| parent | 88cc961dfce2985e4631587a4d503c45abafd235 (diff) | |
add inline code support to HTML
Diffstat (limited to 'htmlextras')
| -rw-r--r-- | htmlextras/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/htmlextras/style.css b/htmlextras/style.css index b70a704..ea6184f 100644 --- a/htmlextras/style.css +++ b/htmlextras/style.css @@ -129,3 +129,9 @@ pre { border-left: 2px solid #9CFF00; padding-left: 12px; } + +span.inlinecode { + font-family: code, monospace; + filter: invert(1) grayscale(1); + -webkit-filter: invert(1) grayscale(1); +} |
