summaryrefslogtreecommitdiff
path: root/htmlextras/style.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-06-13 07:24:50 +0100
committerPaul Buetow <paul@buetow.org>2022-06-13 07:24:50 +0100
commit7ff81723feeffd7def66808ba88978318f70343f (patch)
treed4b262a4479a2f74104b8bbe2961ae8fd8fde612 /htmlextras/style.css
parent88cc961dfce2985e4631587a4d503c45abafd235 (diff)
add inline code support to HTML
Diffstat (limited to 'htmlextras/style.css')
-rw-r--r--htmlextras/style.css6
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);
+}