summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-01-26 12:31:45 +0300
committerAndrew Dolgov <[email protected]>2021-01-26 12:31:45 +0300
commit90791fc4d4b703a4a040157348705dca16fc1409 (patch)
tree2c40f4e62e8b7ac8b6d6b421740a7bf03795d5f2 /css
parent78ed6ba971aeecf6e596944d3529357ed30fb3e6 (diff)
night theme: invert images
Diffstat (limited to 'css')
-rw-r--r--css/themes.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/themes.less b/css/themes.less
index a73ea46..6d22910 100644
--- a/css/themes.less
+++ b/css/themes.less
@@ -15,6 +15,10 @@
.footer .spacer .toc-bar-entry.current-position {
background : darkred;
}
+
+ img {
+ filter: invert(1) contrast(0.73);
+ }
}
body.theme-default {