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 a99299c commit 0768394Copy full SHA for 0768394
1 file changed
_sass/styles.scss
@@ -90,6 +90,9 @@ code {
90
img.invert {
91
filter: invert(1);
92
}
93
+.btn:hover img.invert {
94
+ filter: invert(0);
95
+}
96
97
/* code blocks */
98
.highlight {
0 commit comments