summaryrefslogtreecommitdiff
path: root/extras/html
diff options
context:
space:
mode:
Diffstat (limited to 'extras/html')
-rw-r--r--extras/html/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/extras/html/style.css b/extras/html/style.css
index eab41b7..4436917 100644
--- a/extras/html/style.css
+++ b/extras/html/style.css
@@ -132,12 +132,12 @@ pre {
padding: 0;
overflow-x: auto;
scrollbar-width: none;
- padding-left: 12px;
+ padding-left: 23px;
}
span.inlinecode {
- color: #000000;
+ color: #ffffff;
+ background-color: #000000;
font-family: monospace;
- filter: invert(1) grayscale(1);
- -webkit-filter: invert(1) grayscale(1);
+ border: 2px solid #39aa00;
}