Skip to content

Instantly share code, notes, and snippets.

@andyngo
Last active July 4, 2016 02:04
Show Gist options
  • Save andyngo/8fa5ddb3b31970ba5657fc8fe200a8df to your computer and use it in GitHub Desktop.
Save andyngo/8fa5ddb3b31970ba5657fc8fe200a8df to your computer and use it in GitHub Desktop.
Some CSS to change how Dropbox Paper looks.
html, body, input, textarea, select, button {
font-family: -apple-system, BlinkMacSystemFont, AtlasGrotesk, 'Helvetica Neue', Helvetica, sans-serif !important;
}
.highlight, .highlight.code, .highlight.inline-code {
background-color: #ffe89b !important;
color: #332B1E !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment