Skip to content

Commit 0768394

Browse files
fix(styles): reverse invert on hover (#228)
1 parent a99299c commit 0768394

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_sass/styles.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ code {
9090
img.invert {
9191
filter: invert(1);
9292
}
93+
.btn:hover img.invert {
94+
filter: invert(0);
95+
}
9396

9497
/* code blocks */
9598
.highlight {

0 commit comments

Comments
 (0)