Skip to content

Commit

Permalink
feat: add invertible class for images
Browse files Browse the repository at this point in the history
Signed-off-by: David Karlsson <[email protected]>
  • Loading branch information
dvdksn committed Dec 10, 2023
1 parent 0f7e6ec commit 0adbe36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
@apply text-blue-light dark:text-blue-dark underline-offset-2 underline;
}

.invertible {
@apply dark:filter dark:invert dark:hue-rotate-180;
}

hr {
@apply border-divider-light dark:border-divider-dark;
}
Expand Down

0 comments on commit 0adbe36

Please sign in to comment.