summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-06-15 08:54:26 +0100
committerPaul Buetow <paul@buetow.org>2022-06-15 08:54:26 +0100
commite4676049f25c5fa0cb645d1555934fda88029fd5 (patch)
tree53bdd9694d755e56dbc375c6459adf104bbf5036 /style.css
parent03a55d2eeaa2da52f071571942082edeba6613dc (diff)
sweating the small stuff
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css
index b70a704f..ea6184fc 100644
--- a/style.css
+++ b/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);
+}