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 46724df commit c90f57cCopy full SHA for c90f57c
src/Report/Html/Renderer/Template/css/style.css
@@ -68,6 +68,11 @@
68
--bs-warning-text-emphasis: light-dark(#664d03, #ffda6a);
69
}
70
71
+@media (prefers-color-scheme: dark) {
72
+ /* Invert icon's colors on dark mode to improve readability */
73
+ img.octicon { filter: invert(1); }
74
+}
75
+
76
body {
77
font-family: sans-serif;
78
font-size: 1em;
0 commit comments