Skip to content

Commit 0bb54cd

Browse files
feat: add class to invert image colors (#226)
1 parent 4a9ea3c commit 0bb54cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_sass/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ code {
7979
height: 40px;
8080
}
8181

82+
.icon img.invert {
83+
filter: invert(1);
84+
}
85+
8286
/* code blocks */
8387
.highlight {
8488
border-radius: 0.5rem;

0 commit comments

Comments
 (0)