Skip to content

Instantly share code, notes, and snippets.

@kartiknair
Created March 10, 2020 07:47
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 kartiknair/8931ad1390cf018215d62f0d1c0b15ce to your computer and use it in GitHub Desktop.
Save kartiknair/8931ad1390cf018215d62f0d1c0b15ce to your computer and use it in GitHub Desktop.
$bg: #1e3b5a;
$fg-body: #99b7c3;
$fg-headings: #c1d6df;
$hr-color: rgba(153, 183, 195, 0.2);
$a-color: #d8e9f0;
$pre-bg: rgba(153, 183, 195, 0.07);
$pre-color: $fg-body;
$inline-code-bg: rgba(153, 183, 195, 0.07);
$inline-code-color: #c1d6df;
$quote-bg: $bg;
$quote-border: #8a4baf;
$quote-color: #6a727c;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment