Skip to content

Commit

Permalink
Update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Oct 5, 2016
1 parent a41fa14 commit 483d8f9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions website/source/assets/stylesheets/_syntax.scss.erb
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
pre.highlight code {
color: $white;
color: $gray-dark;
}

<%= Rouge::Themes::Base16.render(scope: ".highlight") %>
<%= Rouge::Themes::Github.render(scope: ".highlight") %>

pre.highlight {
border: 1px solid $light-gray;
}

pre.highlight code span.c1 {
color: $gray;
font-style: normal;
opacity: 0.8;
}

0 comments on commit 483d8f9

Please sign in to comment.