diff options
| author | Paul Buetow <paul@buetow.org> | 2022-11-21 18:17:36 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-11-21 18:17:36 +0000 |
| commit | 9a92749dd2a645a06fc342e572a20d35d10762fa (patch) | |
| tree | be958f8f2f06cf66e8b29cfa7276ee9f6f3abe0e /extras/html/style.css | |
| parent | 4c4f379ea616eeec320ec27776c739fadf70d2da (diff) | |
default content filter is .
Diffstat (limited to 'extras/html/style.css')
| -rw-r--r-- | extras/html/style.css | 8 |
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; } |
