We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61bbf2a commit f1f8d27Copy full SHA for f1f8d27
src/css/custom.css
@@ -30,6 +30,7 @@
30
--ifm-task-complete-color: #2e9e32e1;
31
--ifm-task-incomplete-color: #3d78cbe1;
32
--ifm-bg-color: #f8f9fa;
33
+ --image-filter:invert(0);
34
--site-color-svg-icon-favorite: #ff1100cb;
35
}
36
@@ -45,6 +46,7 @@
45
46
--ifm-task-complete-color: #25c2a0;
47
48
--ifm-bg-color: #1a202c;
49
+ --image-filter:invert(1);
50
--site-color-svg-icon-favorite: #ff9100e5;
51
52
0 commit comments