Skip to content

Instantly share code, notes, and snippets.

@fuxingloh
Created December 11, 2020 06:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fuxingloh/90550d78e9ced22019262094fa8c841c to your computer and use it in GitHub Desktop.
Save fuxingloh/90550d78e9ced22019262094fa8c841c to your computer and use it in GitHub Desktop.
Ultra simple white theme markdown for IntelliJ
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