Skip to content

Instantly share code, notes, and snippets.

@patelsan
Created October 18, 2017 19:14
Show Gist options
  • Save patelsan/ddb53a6acda920b1d3085d9d19c10416 to your computer and use it in GitHub Desktop.
Save patelsan/ddb53a6acda920b1d3085d9d19c10416 to your computer and use it in GitHub Desktop.

Revisions

  1. patelsan created this gist Oct 18, 2017.
    29 changes: 29 additions & 0 deletions style.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,29 @@
    .type.storage,.type.storage.declaration, .storage.class.modifier {
    font-family: 'flottflott';
    font-size: 1.7em;
    }

    .type.storage.arrow.function {
    font-family: 'Fira Code'
    }

    .decorator.name, .decorator.punctuation:not(.block), .import.keyword {
    font-family: 'flottflott';
    font-size: 1.7em;
    color: #68f39b!important;
    }
    .attribute-name {
    font-family: 'flottflott';
    font-size: 1.5em;
    }

    .html.quoted.double {
    color: #a6f3a6!important;
    }
    .comment {
    color: #c5c5fd!important;
    }
    .comment:not(.punctuation) {
    font-family: flottflott;
    font-size: 1.5em;
    }