Skip to content

Instantly share code, notes, and snippets.

@popurax
Last active January 9, 2018 08:39
Show Gist options
  • Save popurax/c72b69f6d5085fb933cf24edfed6d50c to your computer and use it in GitHub Desktop.
Save popurax/c72b69f6d5085fb933cf24edfed6d50c to your computer and use it in GitHub Desktop.
vscodeで使うmarkdown.css
/* 背景を白に */
body {
background-color: white;
}
/* 文字を黒っぽく */
.vscode-dark {
color: rgb(30, 30, 30);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment