Created
December 11, 2020 06:15
-
-
Save fuxingloh/90550d78e9ced22019262094fa8c841c to your computer and use it in GitHub Desktop.
Ultra simple white theme markdown for IntelliJ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
filter: invert(1); | |
background: #fff; | |
} | |
img { | |
filter: invert(1); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment